-
Notifications
You must be signed in to change notification settings - Fork 328
Update environment.yml #73
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
base: master
Are you sure you want to change the base?
Update environment.yml #73
Conversation
|
Tested on Ubuntu 18.04.4 LTS as well |
|
Hello, I made the changes as suggested in your environment.yml, but I am still getting some ResolvePackageNotFound errors. They are as follows:
Thank you. |
|
I figured it out. I added conda-forge and it worked. :) |
How did you create the environment? What's the command line specifically? Thank you in advance |
|
@anson-07, I usually use conda env export --no-builds | grep -v "prefix" > environment.ymlThe |
Thanks for your reply but I'm using Windows and I couldn't find another command to replace the "grep" which is only usable in Linux. Still can't create the environment. |
|
When I run this
|
|
Awesome! thanks! |
|
+1 here, this should be merged @cabaf |
Updated
environment.ymldue to issues described in #72Environment updated from python 2.7 to 3.7.
Tested on macOS using conda 4.8.2.