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.0.tar.gz
(274.3 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.0.tar.gz.
File metadata
- Download URL: pkg_resources_backport-1.0.0.tar.gz
- Upload date:
- Size: 274.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c8113a6d9c2b1f66d18385619e101f239bac6c76959a335db51ccaf3ad24dcc
|
|
| MD5 |
f6d3578035970ba596dcd906d52b4091
|
|
| BLAKE2b-256 |
64d990f935f9aba909898a1c1899350512aa864427a814decc625dccbdd0993b
|
File details
Details for the file pkg_resources_backport-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pkg_resources_backport-1.0.0-py3-none-any.whl
- Upload date:
- Size: 308.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 |
77faf2175ea160a4ebc21cf3456cbe8375744df0744522d9d381873cd9a21afa
|
|
| MD5 |
7a47e4f7f623ada5b8efb2578fa95ecd
|
|
| BLAKE2b-256 |
da86f1f0df5dc48fa2e0d2ab114439107dc3acf31f9fecab2553c9234f0c48dd
|