-
Notifications
You must be signed in to change notification settings - Fork 3.1k
3.12 support #12003
New issue
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
Comments
As of last night's 3.12 build, I get this error:
|
Is this with the latest release (23.1.2)? That's the release that added support for the new 3.12 build, anything older than that won't work with 3.12. |
@gaborbernat The same comment is true for the original issue - |
Hmm, it looks like although i have pip pinned to 23.1.2, in my tox environment, I have 22.3.1. My bad, I have to untangle this. |
There are no distutils imports in pip outside of those gated behind the use of the distutils metadata and location logic, which is not used on 3.12. Updating the version of pip being used should resolve the failure mode you're seeing. I'm not sure if there's anything actionable on pip's end here. |
Uh oh!
There was an error while loading. Please reload this page.
Description
While trying to add 3.12 support to virtualenv noticed that pip depends on distutils:
pip version
latest
Python version
3.12
OS
any
How to Reproduce
Run pip on 3.12 no setuptools.
Code of Conduct
The text was updated successfully, but these errors were encountered: