udacity / CarND-Term1-Starter-Kit

MIT License
495 stars 602 forks source link

tensorflow doesn't find right version on the requirement.txt #110

Closed SeokLeeUS closed 5 years ago

SeokLeeUS commented 5 years ago

environment.yml shows required tensorflow is 1.3.0, but it threw the error as shown below (window environment):

image

mvirgo commented 5 years ago

Can you try to install it from https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.3.0-cp35-cp35m-win_amd64.whl instead? I.e. replace the tensorflow=1.3.0 line with that.

mvirgo commented 5 years ago

No further comments in two months; closing.