Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python installation is broken #4

Open
fuzzah opened this issue Sep 13, 2023 · 0 comments
Open

python installation is broken #4

fuzzah opened this issue Sep 13, 2023 · 0 comments

Comments

@fuzzah
Copy link
Owner

fuzzah commented Sep 13, 2023

After pip install . this happens:

$ 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:

python3 -m venv .venv
. .venv/bin/activate
pip install -e .[all]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant