snapshot of last pkg_resources module from setuptools
Project description
For when your runtime dependencies absolutely require pkg-resources but you’re unable to downgrade to setuptools 80.10.x.
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software# python -m pip install -U setuptools
Requirement already satisfied: setuptools in /Users/autumn/.virtualenvs/cpython312/lib/python3.12/site-packages (80.9.0)
... /snip
Successfully installed setuptools-82.0.0
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software# python
Python 3.12.12 (main, Oct 9 2025, 11:07:00) [Clang 17.0.0 (clang-1700.4.4.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pkg_resources'
>>> ^D
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software# cd pkg-resources-backport
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software/pkg-resources-backport# python -m pip install -e .
Obtaining file:///Users/autumn/software/pkg-resources-backport
... /snip
Successfully built pkg-resources-backport
Installing collected packages: pkg-resources-backport
Successfully installed pkg-resources-backport-1.0.0
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software/pkg-resources-backport# cd ..
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software# python
Python 3.12.12 (main, Oct 9 2025, 11:07:00) [Clang 17.0.0 (clang-1700.4.4.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import pkg_resources
>>> ^D
(cpython312) autumn@JudgmentOfCarrion{arm64}:~/software#
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pkg_resources_backport-1.0.1.tar.gz
(312.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pkg_resources_backport-1.0.1.tar.gz.
File metadata
- Download URL: pkg_resources_backport-1.0.1.tar.gz
- Upload date:
- Size: 312.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
338c2423e6213c810f3fc2cdfb28baabcee2919443a6b8ad0e3762ad6cae3f3c
|
|
| MD5 |
0dd24fb5bc8a145026c580ae551e9460
|
|
| BLAKE2b-256 |
d123073a3a2a0789548f6c8b14dc10c960235616a281810c998364282822ca49
|
File details
Details for the file pkg_resources_backport-1.0.1-py3-none-any.whl.
File metadata
- Download URL: pkg_resources_backport-1.0.1-py3-none-any.whl
- Upload date:
- Size: 355.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80c8857357fdf62bfd64ea20c62228f20c8c7b75fe875141c7dc5ece2847fe23
|
|
| MD5 |
bcacbe3290f19e7e8c833d5c44085697
|
|
| BLAKE2b-256 |
601b70a74837bc3705782c4089dad7530a20120f6ae0f43f07fd72d25b468271
|