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.