C2SM/pyvis

command line code to install environment doesn't work

Closed this issue · 2 comments

When I call conda env create -f packages.ymlin 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.

Was the packages.yml avaliable in the folder you execute the command?

Ups, I was in the wrong directory. Changing to the right directory solved the problem. Thanks for the help.