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

does pynio & pyngl support Python3.x on win10 #26

Open daxinnan opened 6 years ago

daxinnan commented 6 years ago

As title, I used conda create --name pyn_env --channel conda-forge pynio pyngl to install them. But I just saw

Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

khallock commented 6 years ago

Hi @daxinnan,

Unfortunately, there is no Windows version of either PyNIO or PyNGL. However, since you are on Windows 10, you can use the Windows Subsystem for Linux (WSL) to run native Linux binaries (see installation instructions). I would recommend installing the Ubuntu environment if you are uncertain which Linux distribution to use.

With the WSL installed, you can then install Anaconda or Miniconda in the new Linux environment on your Windows machine (follow the instructions for a Linux conda installation, not Windows). Then you should be able to run the same conda create --name pyn_env --channel conda-forge pynio pyngl command to install PyNIO and PyNGL.

I hope this helps!

guilhermecgs commented 5 years ago

so sad...
Windows support would be great