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
116 stars 37 forks source link

Installing pynio with anaconda #11

Closed antoineribiere closed 7 years ago

antoineribiere commented 7 years ago

I'm trying to install pynio through anaconda.

I have a fresh environments named "pynio_env" created using conda create --name pynio_env --channel conda-forge pynio pyngl .

When importing with import pynio I get the following error message : ImportError: libicui18n.so.58: cannot open shared object file: No such file or directory.

Can I know how to solve this problem?

khallock commented 7 years ago

Hi @antoineribiere,

There is a known issue that prevents installation of both PyNIO and PyNGL from conda-forge at the moment. If you don't need PyNGL, please try running conda create --name pynio_env --channel conda-forge pynio (without pyngl) and let me know if you are still having issues importing pynio.

antoineribiere commented 7 years ago

Thanks a lot! This solved my issue.

khallock commented 7 years ago

Great! Thanks for letting us know that worked!