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
Describe the bug The --install-option flag was removed in pip 23.1 via #11858
To Reproduce Clone repository and run python bootstrap.py with new pip (23.1+).
Expected behavior bootstrap process succeeds.
Additional context Changing line 126 in bootstrap.py by modifying --install-option to --config-settings fixes issue.
The text was updated successfully, but these errors were encountered:
schandrika
No branches or pull requests
Describe the bug
The --install-option flag was removed in pip 23.1 via #11858
To Reproduce
Clone repository and run python bootstrap.py with new pip (23.1+).
Expected behavior
bootstrap process succeeds.
Additional context
Changing line 126 in bootstrap.py by modifying --install-option to --config-settings fixes issue.
The text was updated successfully, but these errors were encountered: