-
Notifications
You must be signed in to change notification settings - Fork 179
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
ImportError: Matplotlib backend_wx and backend_wxagg require wxPython >=2.8.12 #8
Comments
Can you confirm this permanently fixed your issue with matplotlib in your case? If so, I will add that into the Known issues / Troubleshooting section of the Readme for people who might encounter the same problem, since unfortunately it cannot be fixed on my end. Except if I ported the whole Project to Python >=2.8, but this seems overblown for this easily fixable problem on a specific platform. |
@f90 Yes I confirm, this is a well known issue with |
OK thanks, I will link to this issue in the README. Closing this then. |
@f90 I can be more precise. When on See here for more info https://markhneedham.com/blog/2018/05/04/python-runtime-error-osx-matplotlib-not-installed-as-framework-mac/ And here https://stackoverflow.com/a/21353372/758836 That's weird, isn'it? 👍 |
Thanks.. Thats' awkward, so I will link to this info from the README for future people to avoid confusion |
@f90 by the way there is another trick!!! You can even define your local
So I run in VSCode Juypyter but I had to overwrite locally this file 🗡 just commited this change! |
This is another potential issue when in
macOS
that can be handled changing matplotlib settings in~/.matplotlib/matplotlibrc:
withbackend : MacOSX
The text was updated successfully, but these errors were encountered: