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

Python 3.7 NOT supported, stick with 3.6 #18

Open mattyboone opened 6 years ago

mattyboone commented 6 years ago

Found out the hard way, now have to uninstall 3.6.

martin-gorner commented 6 years ago

Oops, sorry about that. Most of this was developed under 3.6 indeed. Can you tell me where exactly you encountered 3.7 incompatibilities ?

Thanks

martin-gorner commented 6 years ago

From this thread it looks like Tensorflow has a compatibility issue with 3.7. As soon as that is resolved I will update the samples here although I do not expect any issues there.