putio.py
putio.py copied to clipboard
Setuptools error
import putiopy
File "/app/lib/python3.12/site-packages/putiopy.py", line 11, in <module>
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
The internet seems to agree that this is fixable by variations of pip install setuptools
. I've had no success so far.