cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

Setuptools error #58

Open thiagofigueiro opened 3 months ago

thiagofigueiro commented 3 months ago
    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.