-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Installation fails when installing a wheel resulted from using PEP 508 in extras_require #5903
Comments
Looks like you found another bug in wheel. And pkg_resources...
>> import pkg_resources
>>> pkg_resources.Requirement('foo @ http://host/foo.zip ; extra == "extra"')
Requirement.parse('foo@ http://host/foo.zip; extra == "extra"') |
pip uses vendored pkg_resources, doesn't it? |
Yes. |
It seems that this bug also calls for adding some CI testing around this function involving: building a package with extras_require, installing it, validating that it works. |
So is this fixed in pip 19? |
@richin13: yes, @pypa/pip-committers: this can be closed. |
Was this ever added to news? |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Environment
Description
https://gitlab.com/KOLANICH/RichConsole/-/jobs/110427970
Expected behavior
Should work fine
How to Reproduce
Output
The text was updated successfully, but these errors were encountered: