-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Couldn't build conda env #15
Comments
I just updated the conda environment file and that package ( I will investigate further and let you know. Anyway, if you were able to pass the imports, I'm quite sure that everything is up&running! Thanks for sharing this. Cheers. |
Here are the packages under dependencies I ended up deleting and are in
Also, attached is the yml file that built my current conda environemt. Thanks! -Ping |
I encountered the same issue, my os version is 10.12.3 |
@denisefan28 Glad it helped! |
Hi, Valerio,
I am still new to anaconda and was trying to build the conda env on Mac terminal by
conda env create -f deep-learning-osx.yml
And got the error
NoPackagesFoundError: Package missing in current osx-64 channels:
- backports.shutil_get_terminal_size 1.0.0 py35_0
.After reading this post (conda/conda#4994), I deleted some of the build numbers and/or version numbers, and also deleted backports.shutil_get_terminal_size. The environment was then created (I can share my version if needed). Check import/installed version passed. I am still at the beginning of your tutorial, and not sure if this will lead to future problems. Any help with this issue would be much appreciated!
Also, thank you very much for sharing this consice tutorial!
The text was updated successfully, but these errors were encountered: