-
Notifications
You must be signed in to change notification settings - Fork 23
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
Solving environment fails on windows #14
Comments
The same error appears with Collecting package metadata (current_repodata.json): done PackagesNotFoundError: The following packages are not available from current channels:
|
Hiya, wanted to put my two cent in. Since OSX is unix, have you tried running any WSL versions to build this? Thanks! |
@kochsebastian -- tagging you to help this user. |
Yeah some of these packages are unix specific. You could also look into this install-only-available-packages Sorry for the inconvenience but this is not one of my priorities at the moment |
Whenever I get a free moment, I'll look into creating a slim requirements file. Just found this again. |
Describe your Problem:
conda env create -f environment.yml
fails on windows and results in several packages not being installed.To Reproduce:
On windows 10 (lastest anaconda 1.10),
conda env create -f environment.yml
Error report:
`(base) C:\Users\dell\Desktop\ChessVisionBot>conda env create -f environment.yml
Collecting package metadata (repodata.json): done
Solving environment: failed
ResolvePackageNotFound:
Expected behavior:
I expected the env to solve and the package to install as usual
System:
Additional context:
The env file is made for OSX. Can that be the issue?
The text was updated successfully, but these errors were encountered: