Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nio #33

Open
baolegezu opened this issue Feb 15, 2019 · 4 comments
Open

Nio #33

baolegezu opened this issue Feb 15, 2019 · 4 comments

Comments

@baolegezu
Copy link

No description provided.

@baolegezu
Copy link
Author

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

@guoanby
Copy link

guoanby commented Feb 18, 2019

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

#30 (comment)
this may help you to solve this probel

@XiujiLeung
Copy link

XiujiLeung commented Feb 22, 2019

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 #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
Copy link

wzs-so45 commented Oct 6, 2019

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants