lucadelu / pyModis

python library to work with MODIS data
http://www.pymodis.org/
Other
165 stars 85 forks source link

OSX 10.11.6 Segmentation fault #100

Closed nico4github closed 3 years ago

nico4github commented 6 years ago

Hi, I install pyModis on my mac running under 10.11.6 $ pip install pymodis Requirement already satisfied: pymodis in /Users/xxxx/anaconda2/lib/python2.7/site-packages Requirement already satisfied: GDAL in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from pymodis) Requirement already satisfied: requests in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from pymodis) Requirement already satisfied: future in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from pymodis) Requirement already satisfied: numpy in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from pymodis) Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from requests->pymodis) Requirement already satisfied: idna<2.7,>=2.5 in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from requests->pymodis) Requirement already satisfied: urllib3<1.23,>=1.21.1 in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from requests->pymodis) Requirement already satisfied: certifi>=2017.4.17 in /Users/xxxx/anaconda2/lib/python2.7/site-packages (from requests->pymodis)

My default python is $ python Python 2.7.14 |Anaconda custom (64-bit)| (default, Oct 5 2017, 02:28:52) [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin

When I tried to run the scripts it crashes: $ ./modis_convert.py Segmentation fault: 11

Would you have suggestions on how to proceed?

Thanks!

lucadelu commented 6 years ago

Hi @nico4github,

I never saw "Segmentation fault" in a Python script, it should be something related to pyModis, but not pyModis it self, try to debug, you can read something here

Also other scripts have the same problems?

And if you run ./modis_convert.py --help what happen?

lucadelu commented 3 years ago

No activity

Reopen if needed