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
As of Python 3.12, distutils has been removed. However qrcode/console_scripts.py uses pkg_resources. The temporary fix is pip install setuptools.
qrcode/console_scripts.py
pkg_resources
pip install setuptools
The text was updated successfully, but these errors were encountered:
Now this affects installations without setuptools in general, for example those created by uv venv.
setuptools
uv venv
Sorry, something went wrong.
this also affects installations using poetry
fixed by #370
No branches or pull requests
As of Python 3.12, distutils has been removed. However
qrcode/console_scripts.py
usespkg_resources
. The temporary fix ispip install setuptools
.The text was updated successfully, but these errors were encountered: