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

All commands return "ModuleNotFoundError: No module named 'pkg_resources'" #122

Open
SamuraiDestroy opened this issue Dec 2, 2024 · 1 comment

Comments

@SamuraiDestroy
Copy link

Every time I try to run a command from opendrop it just returns some file tracebacks and then ModuleNotFoundError: No module named 'pkg_resources'
I have tried installing, upgrading and reinstalling setuptools through apt, pip and pipx but nothing changes.

@insanity54
Copy link

I had the same problem when I tried to install a release using pip. I got further along cloning the repo and installing using setup.py

git clone https://github.com/seemoo-lab/opendrop.git
cd opendrop
virtualenv ./venv
./venv/bin/pip install setuptools
./venv/bin/python ./setup.py install
./venv/bin/opendrop

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

2 participants