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?
