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
It seems requirementslib is unable to handle the per-requirement-overrides more specifically things like --install-option see https://pip.pypa.io/en/latest/reference/pip_install/#per-requirement-overrides
per-requirement-overrides
--install-option
raise RequirementError( requirementslib.exceptions.RequirementError: Failed parsing requirement from 'pycapnp --install-option "--libcapnp-url" --install-option "https://github.com/capnproto/capnproto/archive/master.tar.gz" --install-option "--force-bundled-libcapnp'
Example usage --> https://pypi.org/project/pycapnp/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems requirementslib is unable to handle the
per-requirement-overrides
more specifically things like--install-option
see https://pip.pypa.io/en/latest/reference/pip_install/#per-requirement-overridesExample usage --> https://pypi.org/project/pycapnp/
The text was updated successfully, but these errors were encountered: