command line code to install environment doesn't work
Closed this issue · 2 comments
felberr commented
When I call conda env create -f packages.yml
in the command line the terminal of my MacBook. I get the following error:
Raphaels-MacBook-Pro:~ felberr$ conda env create -f packages.yml
SpecNotFound: Can't process without a name
The installation with the Anaconda Navigator works.
mathause commented
Was the packages.yml
avaliable in the folder you execute the command?
felberr commented
Ups, I was in the wrong directory. Changing to the right directory solved the problem. Thanks for the help.