opendrop icon indicating copy to clipboard operation
opendrop copied to clipboard

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

Open SamuraiDestroy opened this issue 1 year ago • 1 comments

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.

SamuraiDestroy avatar Dec 02 '24 08:12 SamuraiDestroy

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

insanity54 avatar Dec 17 '24 21:12 insanity54