ImportError: DLL load failed: %1 is not a valid Win32 application for Python Matplotlib

后端 未结 3 2025
迷失自我
迷失自我 2020-12-01 22:10
>>> from matplotlib import pyplot as plt

Traceback (most recent call last):
  File \"\", line 1, in 
    from matplotlib imp         


        
3条回答
  •  星月不相逢
    2020-12-01 22:24

    On jupyter notebook I solved this problem by this way:

    1. Install "numpy-1.11.0b2+mkl-cp35-none-win_amd64.whl" from this page.

    2. If there is still no change, it's worth trying to reinstall matplotlib by pip.

提交回复
热议问题