Ugh, fresh install of Linux Mint, created a virtual environment. Activated it. Have version 3.12.3 of #python Attempt to install the requirements for python script I copied from my old computer, and when I run pip install -r requirements.txt I get an error saying "No module named 'pkg_resources'". I have searched for this error and get conflicting explanations, from 'just install setuptools,' to 'this is 2.7, and you're talking about 3.x', but the first answer I had directed me to 1/2
https://github.com/dgtlmoon/changedetection.io/issues/2422
which says to run pip install setuptools in the activated environment, which I did. I still get "No module named 'pkg_resources'"
Thanks
2/2
