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

"No module named pkg_resources" on Python 3.12 due to missing "setuptools" · Issue #2422 · dgtlmoon/changedetection.io

Describe the bug Running 0.45.24 on Python 3.12. It will not be able to work because "setuptools" is missing Version ChangeDetection 0.45.24. Python 3.12.4 To Reproduce Steps to reproduce the behav...

GitHub

I posted the message I am getting here:

https://cseiler.freeshell.org/errormessage.txt