Why do I get a list of errors when trying to load matplotlib in PyCharm with the Anaconda environment?
问题 I have installed PyCharm with Anaconda. I installed numpy fine using the PyCharm settings by adding the package via the Project Interpreter tab. However I am now trying to install matplotlib and I get a list of errors. Just by including the line import matplotlib.pyplot as plt I get the errors: AttributeError: module 'matplotlib.pyplot' has no attribute 'switch_backend' Matplotlib support failed Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm 2018.2.4\helpers\pydev