udacity / CarND-Term1-Starter-Kit

MIT License
494 stars 602 forks source link

conda env create -f environment.yml doesn't work #82

Closed jeannotes closed 6 years ago

jeannotes commented 7 years ago

Hi,"conda env create -f environment.yml" reallly doesn't work, I just googled some, there is one post writing "conda env create -f=environment.yml", well, It is downloading something now, why is that?

domluna commented 7 years ago

@JSRGFJZ They should be equivalent I just ran the former and it worked. Was there an error when you ran it or did it just time out? It's possible Anaconda didn't respond.

jeannotes commented 7 years ago

ok, I tryied, it alwayes showed that CondaHTTPError, does it mean that my network is so bad?

domluna commented 7 years ago

yeah that generally means the connection is not good. The connection shouldn't all of sudden get significantly better by typing -f=environment.yml instead of -f environment.yml though

mvirgo commented 6 years ago

Sounds like it was just a network issue; closing out.