opendrop
opendrop copied to clipboard
All commands return "ModuleNotFoundError: No module named 'pkg_resources'"
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.
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