From: Peter K. <pet...@fa...> - 2018-09-03 05:45:01
|
On 08/27/2018 01:05 PM, paria ethi wrote: > hi, > > I am trying to install ccplot for visualizing Calipso data on windows (64 bit) and I cant install 'libhdf4' and 'libhdfeos2' which are the requirments for installing ccplot. I got the 'PackagesNotFoundError'. Is it beacuse of windows 64? Is there any other way for installing ccplot for windows(64)? > > Thanks in advance, > Paria ETTEHADİ Hi Paria, It is not very clear from the documentation, but the required libraries don't have to be installed explicitly on Windows, they are included in the Anaconda Python distribution. I have updated the website to make it less confusing. The installation steps are: 1. Install Anaconda 32-bit (Python 2.7 version) https://www.anaconda.com/download/. Note: Anaconda 64-bit or Python 3 won’t work. 2. Install the basemap package in the Anaconda Prompt: conda install basemap 3. Install ccplot using the supplied Windows installer. You should be able to run ccplot in the Anaconda Prompt: ccplot -V Both 32-bit and 64-bit Windows 10 should work fine, providing you install Anaconda 32-bit / Python 2.7. Let me know if you have any more questions. Best regards, Peter |