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

python: /lib64/libc.so.6: version `GLIBC_2.10' not found (required by python) #35

Open chenyue548 opened 5 years ago

chenyue548 commented 5 years ago

After I installed the PyNgl and PyNio with this command ,conda create -n ncl_to_python -c conda-forge xarray netcdf4 scipy pyngl pynio ncl, I entered the ncl_to_python, but there was a mistake happen when I use python, and import nio was also unsuccessful.

Then I tried the method showed in #30, after that the same mistake happened.

What should I do?

chenyue548 commented 5 years ago

The following error message: (ncl_to_python) [2018chenyue@star envs]$ python python: /lib64/libc.so.6: version GLIBC_2.10' not found (required by python) python: /lib64/libc.so.6: versionGLIBC_2.7' not found (required by python) python: /lib64/libc.so.6: version GLIBC_2.9' not found (required by python) python: /lib64/libc.so.6: versionGLIBC_2.6' not found (required by python)