GoogleCloudPlatform / tensorflow-without-a-phd

A crash course in six episodes for software developers who want to become machine learning practitioners.
Apache License 2.0
2.79k stars 911 forks source link

Tensorflow requires python 3.6, not latest (3.7) #33

Closed mpoehler closed 5 years ago

mpoehler commented 5 years ago

You'll get a "Could not find a version that satisfies the requirement tensorflow" when running 'pip3 install --upgrade tensorflow' using latest python, which is 3.7.

See https://stackoverflow.com/questions/48720833/could-not-find-a-version-that-satisfies-the-requirement-tensorflow for details

martin-gorner commented 5 years ago

Thank you for your pull request. TF 1.13.0rc1 now supports Python 3.7 so this warning is no longer useful.