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
After cloning the repo onto Linux, it took me a good few hours to discover that to get the python program to work, I had to comment matplotlib.use('MacOSX') and uncomment matplotlib.use('GTKCairo') from sim_1.py.
The error was "cannot import name _macosx'.
If a sentence or two was added to the readme explaining this, it would make things clearer for Linux neewbies like me :-)
The text was updated successfully, but these errors were encountered:
After cloning the repo onto Linux, it took me a good few hours to discover that to get the python program to work, I had to comment matplotlib.use('MacOSX') and uncomment matplotlib.use('GTKCairo') from sim_1.py.
The error was "cannot import name _macosx'.
If a sentence or two was added to the readme explaining this, it would make things clearer for Linux neewbies like me :-)
The text was updated successfully, but these errors were encountered: