You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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: version GLIBC_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: version GLIBC_2.6' not found (required by python)
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?
The text was updated successfully, but these errors were encountered: