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.78k stars 907 forks source link

Fix tkinter crashing on MacOS #36

Closed chau0 closed 5 years ago

chau0 commented 5 years ago

Fix tkinter crashing on MacOS by apply the following solution https://stackoverflow.com/questions/32019556/matplotlib-crashing-tkinter-application/34109240

googlebot commented 5 years ago

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

martin-gorner commented 5 years ago

This might solve the issue on MacOS and probably breaks all other platforms. I'd rather leave the backend selection on default. If the default backend does not work on a goven platform, that is a problem for matplotlib to solve.