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

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

Open
daxinnan opened this issue Sep 20, 2018 · 2 comments
Open

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

daxinnan opened this issue Sep 20, 2018 · 2 comments

Comments

@daxinnan
Copy link

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:

  • pyngl
  • pynio
@khallock
Copy link
Contributor

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

so sad...
Windows support would be great

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

3 participants