putio.py icon indicating copy to clipboard operation
putio.py copied to clipboard

Setuptools error

Open thiagofigueiro opened this issue 7 months ago • 0 comments

    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.

thiagofigueiro avatar Jun 29 '24 21:06 thiagofigueiro