NCAR / pynio

PyNIO is a multi-format data I/O package with a NetCDF-style interface
http://www.pyngl.ucar.edu/Nio.shtml
Apache License 2.0
112 stars 37 forks source link

Nio #33

Open baolegezu opened 5 years ago

baolegezu commented 5 years ago

I install pyNGL and pyNIO on WSL Ubuntu18,.04,but when I import Nio,something wrong would happen with the libgdal.so.20

guoanby commented 5 years ago

I install pyNGL and pyNIO on WSL Ubuntu18,.04,but when I import Nio,something wrong would happen with the libgdal.so.20

https://github.com/NCAR/pynio/issues/30#issuecomment-457269480 this may help you to solve this probel

XiujiLeung commented 5 years ago

I have met this problem when I excicuted the Pynio installation code provided by the Python>.This kind of problem would a bug of pynio installation,you can see https://github.com/NCAR/pynio/issues/30 for more details. The solution is :add the "cf201901" label on the conda-forge channel,and the correct code would be: conda create --name ncl_to_python --channel conda-forge/label/cf201901 pynio here,ncl_to_python is the conda environment you want to install the package,and if you want to check if pynio is ok,use import Nio,or you may fail.

wzs-so45 commented 4 years ago

After install pyNGL and PyNIO on Mac-os by anaconda (conda create --name pyn_env --channel conda-forge pynio pyngl),but as import Nio,shows that "No module named 'Nio'. How to do it ?