Any idea how to fix this ? How can I debug what might be the problem ? This does not seem to help : https://youtrack.jetbrains.com/issue/PY-15520
I get this in the console:
Python 2.6.9 (unknown, Jul 14 2015, 19:46:31)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
>>> import matplotlib.pyplot as plt
Matplotlib support failed
The backend is :
>>> import matplotlib
>>> print(matplotlib.rcParams['backend'])
MacOSX
Try rolling back matplotlib to version: 2.1.2
You can do that with pip for example:
pip install matplotlib==2.1.2
Jetbrains is trying to fix this. See the following post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000108710-Matplotlib-support-failed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With