Reputation: 12178
I installed Anaconda on my Windows10 machine and Matplotlib will cause Python to crash once I import it by calling import matplotlib.pyplot
:
When I execute conda list
on my shell, this is the value of the matplotlib entry:
matplotlib 2.2.2 py36_1 conda-forge
I guess I am not the only one with this critical problem. Any idea how to solve this?
Upvotes: 0
Views: 556
Reputation: 12178
Found a fix - sharing here. Running the following command solved the problem:
conda update qt pyqt
Upvotes: 1