Re: Trouble with ccplot installation
CloudSat and CALIPSO plotting tool
Brought to you by:
peterkuma
From: Grant M. <gme...@gm...> - 2015-10-01 17:21:31
|
For the error you're receiving on windows, it looks like you first need to install wheel <https://pypi.python.org/pypi/wheel>. Can you also reply with the version of python you are using? you can check your version with *python -v . *The version is important as ccplot does not support support python 3.x and later versions. I'm taking a guess it's the version of python being used causing the error because of this line in the output: ccplot\hdf.pyx:272:31: Comparisons between bytes/unicode and str are not portable to Python 3 seem's you're attempting to use Python 3 to build a python 2.7 and below library. -------------------------------------------------------- As for linux, it looks like the package *libhdf4-dev* is not being found. Can you paste where the installation of this is? Head over to the terminal and type *dpkg -L libhdf4-dev* If the package is not installed, install it and attempt to run again. However there is a possibility you have the package installed, but the setup.py list is not exhaustive and won't find it. In that case if you post where the package files are located I can help you point setup.py to that location. Grant Mercer On Thu, Oct 1, 2015 at 2:06 AM Raghavendra S. Mupparthy <rag...@gm...> wrote: > Hi there! > > I am having some trouble installing ccplot on our HPC (os is linux) > and on my windows7 laptop too (I have conda python). > When I try pip install ccplot.. I have the following error (attached > as txt files..).. > Could you tell me how to get ccplot installed.. I would be happy if I > can get it installed on either of the machines.. > > Regards > Raghu > > -- > M. N. Raghavendra Sreevathsa > Scientist D > National Centre for Medium Range Weather Forecasting (NCMRWF) > Earth System Science Organization > Ministry of Earth Sciences, Govt. of India > A-50, Institutional Area > Sector 62, Noida - UP 201309 > ... > E: mnr...@ni..., ra...@nc... > W: +91-120-241-9419 (Ext: 419) > F: +91-120-241-9494 > M: +91-95603-68265 > U: http://www.ncmrwf.gov.in > -- > > ------------------------------------------------------------------------------ > _______________________________________________ > ccplot-general mailing list > ccp...@li... > https://lists.sourceforge.net/lists/listinfo/ccplot-general > |