You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got error trying to import mlbox
ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
After a google search i found more people having the same issues, i tried the simple solution suggested
import matplotlib
matplotlib.use('TKAgg')
did not work
I did not try the more agressive solution suggested '"I just deleted matplotlib.use('TKAgg') completely,"
The text was updated successfully, but these errors were encountered:
Got error trying to import mlbox
ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
After a google search i found more people having the same issues, i tried the simple solution suggested
import matplotlib
matplotlib.use('TKAgg')
did not work
I did not try the more agressive solution suggested '"I just deleted matplotlib.use('TKAgg') completely,"
The text was updated successfully, but these errors were encountered: