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
https://github.com/jazzband/pip-tools/actions/runs/4475375698/jobs/7864734569
def copy_install_requirement( template: InstallRequirement, **extra_kwargs: Any ) -> InstallRequirement: """Make a copy of a template ``InstallRequirement`` with extra kwargs.""" # Prepare install requirement kwargs. kwargs = { "comes_from": template.comes_from, "editable": template.editable, "link": template.link, "markers": template.markers, "use_pep517": template.use_pep517, "isolated": template.isolated, > "install_options": template.install_options, "global_options": template.global_options, "hash_options": template.hash_options, "constraint": template.constraint, "extras": template.extras, "user_supplied": template.user_supplied, } E AttributeError: 'InstallRequirement' object has no attribute 'install_options'
--install-options removed in pypa/pip#11858.
--install-options
The text was updated successfully, but these errors were encountered:
pip==23.1
--install-option
Successfully merging a pull request may close this issue.
https://github.com/jazzband/pip-tools/actions/runs/4475375698/jobs/7864734569
--install-options
removed in pypa/pip#11858.The text was updated successfully, but these errors were encountered: