-
Notifications
You must be signed in to change notification settings - Fork 29
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
Unable to install pynio or pyngl #34
Comments
pyngl is not available for windows |
Hi @saratstrey, I'm sorry for the inconvenience, but unfortunately we are unable to support native builds of PyNIO or PyNGL on Windows. If you are on Windows 10, you can install Ubuntu or another variant of Linux using the "Windows Subsystem for Linux" feature, then install the Linux version of Conda within that environment, and then the I hope this helps! |
Please consider mentioning this in the instructions.
…On Tue, Mar 3, 2020, 3:31 PM Kevin Hallock ***@***.***> wrote:
Hi @saratstrey <https://github.com/saratstrey>,
I'm sorry for the inconvenience, but unfortunately we are unable to
support native builds of PyNIO or PyNGL on Windows.
If you are on Windows 10, you can install Ubuntu or another variant of
Linux using the "Windows Subsystem for Linux
<https://docs.microsoft.com/en-us/windows/wsl/about>" feature, then
install the Linux version of Conda within that environment, and then the conda
create ... command you tried should work.
I hope this helps!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34?email_source=notifications&email_token=AKEBF7E5LIB63NRSFP5VN7DRFVSI7A5CNFSM4LASJGG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENVA7HQ#issuecomment-594153374>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKEBF7A5DBOXUTGTAF7XA2TRFVSI7ANCNFSM4LASJGGQ>
.
|
Hello,
I keep getting the following error when I try to install:
(base) PS C:> conda create --name pyn_env --channel conda-forge pynio pyngl
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
(base) PS C:>
The text was updated successfully, but these errors were encountered: