This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
corrupt wheels — 404 errors #40
Comments
right, I might not be super fast in fixing this. open for PR though. |
FYI I believe the root cause these 404 errors is that the server is rejecting the User-Agent you use ( |
can you try 0.4.8 now. haven't uploaded to pypi yet since twine is giving me error. check master. |
pushed to pypi |
LGTM, thanks ⭐️ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
eg.
pipwin download gdal==3.0.4
results in a fileGDAL-3.0.4-cp37-cp37m-win_amd64.whl
with the html contents of a 404 page. Happens with other packages as well.Maybe
PipwinCache._download()
could do with adding ares.raise_for_status()
call after :294, so any HTTP errors are propagated correctly.pipwin/pipwin/pipwin.py
Line 294 in 75a0bd7
The text was updated successfully, but these errors were encountered: