Skip to content
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

Dependency resolution errors for URL requirements that don't exist in PyPI #356

Closed
tetsuo-cpp opened this issue Aug 24, 2022 · 1 comment · Fixed by #357
Closed

Dependency resolution errors for URL requirements that don't exist in PyPI #356

tetsuo-cpp opened this issue Aug 24, 2022 · 1 comment · Fixed by #357
Assignees
Labels
bug Something isn't working component:dep-sources Dependency sources

Comments

@tetsuo-cpp
Copy link
Contributor

I noticed this as part of debugging #354. Context in #354 (comment).

@tetsuo-cpp
Copy link
Contributor Author

tetsuo-cpp commented Aug 24, 2022

So the reason that the example from the linked comment causes a dependency resolution failure is because the project page exists on PyPI but it has no links (as opposed to returning 404).

The link is here so you can have a look: https://pypi.org/simple/en-core-web-sm/

There doesn't seem to be a package with that name so I'm thinking that perhaps just the package name has been squatted but no versions have been published. Anyway, I think we should just treat this as not finding the project on PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component:dep-sources Dependency sources
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant