Load matplotlib
error
from. import _imaging as core ImportError: DLL load failed:
Version issue
Uninstall matplotlib
: pip uninstall matplotlib
, then install
If not, uninstall Pillow
: pip uninstall Pillow
, then install
If it still doesn't work, uninstall with pip and install with conda:
pip uninstall Pillow
conda install Pillow