Open
Description
I installed circup 1.8.0 in a venv with Python 3.12.3 on Ubuntu 24.04. A Two problem arose:
- circup expects
setuptools
to be installed because it usespkg_resources
.pkg_resources
is deprecated. From https://setuptools.pypa.io/en/latest/pkg_resources.html:
Use of pkg_resources is deprecated in favor of importlib.resources, importlib.metadata and their backports (importlib_resources, importlib_metadata). Some useful APIs are also provided by packaging (e.g. requirements and version parsing). Users should refrain from new usage of pkg_resources and should work to port to importlib-based solutions.
2. After installing setuptools
to work around problem 1, I got this when trying a simple install:
[deleted; my PATH was wrong]
Metadata
Metadata
Assignees
Labels
No labels