0

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?

1 Answer 1

1

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

conda update qt pyqt
Sign up to request clarification or add additional context in comments.

1 Comment

Can you mention the versions of your qt and pyqt packages? I am encountering this too. Happens only when using the python.exe as interpreter, but not when using jupyter.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.