SomethingSomething
SomethingSomething

Reputation: 12178

Matplotlib crashes Python on Windows 10

I installed Anaconda on my Windows10 machine and Matplotlib will cause Python to crash once I import it by calling import matplotlib.pyplot:

enter image description here

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

Answers (1)

SomethingSomething
SomethingSomething

Reputation: 12178

Found a fix - sharing here. Running the following command solved the problem:

conda update qt pyqt

Upvotes: 1

Related Questions