conda-forge / pynio-feedstock

A conda-smithy repository for pynio.
BSD 3-Clause "New" or "Revised" License
3 stars 14 forks source link

Error trying to install #24

Closed guilhermecgs closed 7 years ago

guilhermecgs commented 7 years ago

I´m receiving an error trying to install ...

C:\Anaconda2>conda config --add channels conda-forge Warning: 'conda-forge' already in 'channels' list, moving to the front

C:\Anaconda2>conda install pynio Using Anaconda Cloud api site https://api.anaconda.org Fetching package metadata ......... Solving package specifications: . Error: Package missing in current win-64 channels:

You can search for packages on anaconda.org with

anaconda search -t conda pynio
ocefpaf commented 7 years ago

Sorry but pynio is not available on Windows. If you have experience building software on Windows please send a PR.

khallock commented 7 years ago

Hi @guilhermecgs,

For what it's worth, native Windows support is something we intend to have for PyNIO eventually: NCAR/pynio#8

If you are using Windows 10, you could try installing Bash on Ubuntu on Windows. This would allow you to run Linux binaries (including PyNIO) in an "Ubuntu-like" environment on Windows.