Closed leigh-johnson closed 1 year ago
Google-fu shows this fixed by upgrading to version 67.x.x of setuptools.
Current pip / setuptools versions:
dev-v6:~$ python3 -m pip show setuptools
Name: setuptools
Version: 65.5.1
Summary: Easily download, build, install, upgrade, and uninstall Python packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
Author-email: distutils-sig@python.org
License:
Location: /usr/lib/python3.10/site-packages
Requires:
Required-by: limits, wheel
dev-v6:~$ python3 -m pip show pip
Name: pip
Version: 22.2.2
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author: The pip developers
Author-email: distutils-sig@python.org
License: MIT
Location: /usr/lib/python3.10/site-packages
Requires:
Required-by:
Confirming the issue is resolved after I manually upgrade to setuptools==67.7.2
- I'll get a patch out for PNOS today.
👍 Fix confirmed. I'll release this in v0.6.7
Describe the bug
I'm getting reports that new OctoPrint installations are failing with the following error:
Issue.txt