We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pyformance package is incompatible with a freshly installed Python 3.12 virtual environment, unless setuptools is also installed.
pyformance
setuptools
Steps to reproduce:
$ python3.12 -m venv env $ source env/bin/activate $ pip install pyformance $ pip list Package Version ------- ------- pip 24.0
Python 3.12.4 (main, Jun 6 2024, 18:26:44) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> from pyformance import MetricsRegistry Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/user/env/lib/python3.12/site-packages/pyformance/__init__.py", line 1, in <module> __import__('pkg_resources').declare_namespace(__name__) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'pkg_resources'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
pyformance
package is incompatible with a freshly installed Python 3.12 virtual environment, unlesssetuptools
is also installed.Steps to reproduce:
$ python3.12 -m venv env $ source env/bin/activate $ pip install pyformance $ pip list Package Version ------- ------- pip 24.0
The text was updated successfully, but these errors were encountered: