-
Notifications
You must be signed in to change notification settings - Fork 1.6k
matplotlib.use('TkAgg') #705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Do you think you can add some code to only run this change under Mac OS? I would prefer not having a bug fix which affects everyone if not necessary 😉 |
@lgarithm I tried to use the sys package (already imported) instead of Thanks, for me it's fine we can merge ;) |
@zsdonghao @lgarithm @luomai do you think we should release version "1.9.1" due to this bug ? Not sure about this ;) |
@DEKHTIARJonathan I tested it on mac, it's working. Thanks for the fix! |
@DEKHTIARJonathan how about 1.9.1rc0 ? |
the point of an RC release is to check that everything works as expected without any bug. if we just add a bug fix. we dont need an rc release in my opinion |
* matplotlib.use('TkAgg') * update Changelog * yapf -i tensorlayer/files/utils.py * only do matplotlib.use('TkAgg') on OSX * Update utils.py * remove tailing space
Checklist
Motivation and Context
Description