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
Gerneates this error. This occured after updating the code.
Traceback (most recent call last):
File "/home/user1/tools/sherlock/sherlock/sherlock.py", line 27, in
from .init import ( # noqa: E402
ImportError: attempted relative import with no known parent package
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Installation method
PyPI (via pip)
Description
After a git pull, attempted to run a query.
Steps to reproduce
python3 sherlock.py username
Additional information
Gerneates this error. This occured after updating the code.
Traceback (most recent call last):
File "/home/user1/tools/sherlock/sherlock/sherlock.py", line 27, in
from .init import ( # noqa: E402
ImportError: attempted relative import with no known parent package
Code of Conduct
The text was updated successfully, but these errors were encountered: