Skip to content

python installation is broken #4

@fuzzah

Description

@fuzzah

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions