NASA-DEVELOP / dnppy

DEVELOP National Program Python package for use with NASA data and GIS!
https://nasa-develop.github.io/dnppy/
Other
81 stars 40 forks source link

easy install did not install all dependencies #73

Closed lancewatkins closed 9 years ago

lancewatkins commented 9 years ago

I'm trying to install dnppy onto a laptop with Arc10.2. I downloaded the zip file, unzipped everything, then ran easy_install. Several of the libraries came back with the error: BadZipfile: File is not a zip file and did not install.

Libraries that failed: cython, pycurl, scipy, h5py, numpy, gdal, shapely

Jwely commented 9 years ago

Fixed an issue that used to cause this bug with commit a436aba2ce9f793da2980e8ab05f88c7f669756f.

This issue was definitely fixed one before. Not sure how it got reintroduced. Redownload the master branch and try again, let me know if problems persist.

lancewatkins commented 9 years ago

okay I'll redownload and try again