-
Notifications
You must be signed in to change notification settings - Fork 22
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
Unable to resolve the spec apache-airflow[all]
#27
Comments
Thanks! I'll take a look! |
We took a closer look at the issue and its because
We error on this case but pip seems to ignore invalid requirements when resolving: #31 mimics this behavior. However,
|
This ignores invalidly formatted requirements when parsing metadata. The same thing [happens in pip](https://github.com/pypa/pip/blob/2ba5acc8a4772ca1dc0d62a2dfe8967af28649d6/src/pip/_internal/resolution/resolvelib/factory.py#L392). Fix #27
When `rip` tries to retrieve metadata for a version it can now use multiple artifacts to get the metadata from in the case that it cannot parse one of the metadata entries. This should be fine because the metadata for a version should be the same. Improves this issue: #27
Shouldn't we keep this open until we have some form of sdist support? |
I added |
A good requirement to test any resolver against is
apache-airflow[all]
, rip currently throws an error:The text was updated successfully, but these errors were encountered: