Uh oh!
There was an error while loading. Please reload this page.
Update environment.yml - #73
Conversation
LukasHedegaard
commented
May 25, 2020
Tested on Ubuntu 18.04.4 LTS as well |
HissamShk
commented
Jun 24, 2020
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. |
HissamShk
commented
Jun 24, 2020
I figured it out. I added conda-forge and it worked. :) |
anson-07
commented
Jul 20, 2020
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 |
anson-07
commented
Jul 22, 2020
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. |
mikeyEcology
commented
Dec 3, 2020
When I run this
|
andimarafioti
commented
May 7, 2021
Awesome! thanks! |
ebyrne
commented
Jun 13, 2023
+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.