-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
py3.12 and setuptools #181
Comments
I noticed that but couldn't understand why it has to. e.g. here's a pretty standard yml file and haven't had to touch setuptools explicitly.
Probably not, the virtualenv creator should have taken care of that already. Also just tried |
I think https://docs.python.org/dev/whatsnew/3.12.html#ensurepip is, what you are looking for. Since python 3.12, venv, virtualenvwrapper does not install setuptools on its own. If I don't overlook anything, since 29da916 setuptools is no longer required to run warcio. |
I had to install setuptools ( I had a |
@nvanderperren are you on the current master or which version are you running? |
I just did |
Yes, this one would still require setuptools. |
In all of that flurry of CI work: while the CI explicitly installs setuptools for >=py3.12, ... after we release a new pypi version, are py3.12-using end-users going to have to explicitly install setuptools before doing
pip install pypi
?Cc @white-gecko
The text was updated successfully, but these errors were encountered: