matplotlib / basemap

Plot on map projections (with coastlines and political boundaries) using matplotlib
MIT License
779 stars 392 forks source link

unexpected end of file error w/ basemap-1.2.0 #464

Closed bruhwiler closed 5 years ago

bruhwiler commented 5 years ago

I see this with both the 1.2.0 and 1.1.0 tarballs linked from the download page, https://github.com/matplotlib/basemap/releases/ although the end of file error occurs at different points in the file.

I'm working on Fedora 29

Here is a screenshot: image

bruhwiler commented 5 years ago

I tried the 1.2.0 and 1.1.0 *.zip files as well, and I get the following error when trying to unzip them on Fedora 29:

image

WeatherGod commented 5 years ago

What are your checksums? Most likely, the downloads were corrupted, because those tarballs have been up for several years.

On Sun, Jun 30, 2019 at 1:53 PM David Bruhwiler notifications@github.com wrote:

I tried the 1.2.0 and 1.1.0 *.zip files as well, and I get the following error when trying to unzip them on Fedora 29:

[image: image] https://user-images.githubusercontent.com/3825435/60400169-a07eaa00-9b2d-11e9-86a6-82d539256c40.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/matplotlib/basemap/issues/464?email_source=notifications&email_token=AACHF6HKFUNRFC77N5LCLL3P5DXIRA5CNFSM4H4NCOU2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY4QVFY#issuecomment-507054743, or mute the thread https://github.com/notifications/unsubscribe-auth/AACHF6DIFJGEESBONJWR2B3P5DXIRANCNFSM4H4NCOUQ .

bruhwiler commented 5 years ago

Thanks @WeatherGod You're probably right.

As a work around, I'm cloning the GitHub repo and skipping the tarballs.

Closing the issue.