You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I normally run this from source and it's been working for well over a year now. However the latest pull exits with the following error:
Traceback (most recent call last):
File "/home/sint/Tools/osint/sherlock/sherlock/sherlock.py", line 28, in <module>
from .__init__ import ( # noqa: E402
ImportError: attempted relative import with no known parent package
Any suggestions would be great, thanks.
Steps to reproduce
start using python: python3 sherlock.py someusername
Additional information
Linux Mint 21.3, Python 3.10.12
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Sherlock is moving towards being a proper installable and importable package rather than just a standalone script.
This allows for pip install sherlock-project from PyPI or pip install . from source, before simply sherlock {...} from anywhere. Normally, you're also able to run python3 -m sherlock {...} to run straight from source, but I'll have to validate that later to make sure that the relative imports are correct.
Installation method
Built from source
Description
I normally run this from source and it's been working for well over a year now. However the latest pull exits with the following error:
Any suggestions would be great, thanks.
Steps to reproduce
start using python: python3 sherlock.py someusername
Additional information
Linux Mint 21.3, Python 3.10.12
Code of Conduct
The text was updated successfully, but these errors were encountered: