udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

Creating environment hangs after jupyter-1.0.0 package expansion #89

Closed derekdominoes closed 6 years ago

derekdominoes commented 6 years ago

Running Winodws 10 Pro Command line in Anaconda Prompt is : conda env create -f environment.yml The meta.yaml file was renamed. Tried this four times now and if hang here every time. The current Docker CE edition does not start (fatal error on starting) on my system so I can't switch to that

image

mvirgo commented 6 years ago

Sounds like there was an update to conda that has fixed this:

conda config --add channels conda-canary
conda update conda