-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
fetchPypi can result in 404 CURL errors #43721
Comments
PyPI does not enforce normalized names for the download files so there is not anything we can do here aside from using the filename as |
Is the solution to just use |
If you want to fetch from PyPI then that is clear no solution. If you're fine with using GitHub, then you can use that indeed. Like I said, if you want to use |
I see. Btw, what is the difference between using |
|
I meant for the drv itself. Did you mean |
For |
Issue description
Attempting to use
fetchPypi
onimage-match
https://pypi.org/project/image-match/ results in:Example expression:
I don't think the upstream files.pythonhosted.org is reliable.
Steps to reproduce
nix-build
Technical details
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste theresults.
The text was updated successfully, but these errors were encountered: