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
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
The text was updated successfully, but these errors were encountered:
cc @FRidh
Sorry, something went wrong.
pip 23.1 removed support for setup.py install which is used to bootstrap pip. We need to find a solution.
setup.py install
The proper way forward is to implement bootstrapping using build and installer.
build
installer
For anyone subscribed this may be relevant: A setup hook for pypa/build is added in #239969 .
pypa/build
updated in 43c7517
Successfully merging a pull request may close this issue.
Notify maintainers
Note for maintainers: Please tag this issue in your PR.
The text was updated successfully, but these errors were encountered: