udacity / CarND-Term1-Starter-Kit

MIT License
494 stars 602 forks source link

install the conda environments.yml needs to add the requests lib on windows pc #97

Closed duniang818 closed 5 years ago

duniang818 commented 6 years ago

when every dependency is installed, but at last it prompt a error lack of 'requests' lib, so I manually install it with pip install requests, it works, so write down for successors.

mvirgo commented 5 years ago

This has been added by another PR into the Configuring for Anaconda doc, although you are also welcome to create a PR for this specifically to add to both environment files.

duniang818 commented 5 years ago

I have done. now it not need the lib, maybe the conda have changed the installation. thanks