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
$ fuzzman -h
Traceback (most recent call last):
File "/home/user/git/fuzzaide/.venv/bin/fuzzman", line 5, in <module>
from fuzzaide.tools.fuzzman.fuzzman import main
ModuleNotFoundError: No module named 'fuzzaide.tools'
Temporary workaround is to install the package in editable mode:
After
pip install .
this happens:Temporary workaround is to install the package in editable mode:
The text was updated successfully, but these errors were encountered: