conda update --all = “ImportError: DLL load failed: %1 is not a valid Win32 application.” when trying to import matplotlib.pyplot
问题 I use the Python distribution. Python 2.7 x64 with Windows 7 SP1 x64 Ultimate. After a conda update --all , whenever I try to import matplotlib.pyplot I get ImportError: DLL load failed: %1 is not a valid Win32 application. . Why? Full error stack: Traceback (most recent call last): File "C:\svn\hw4\code\test_con.py", line 1, in <module> import matplotlib.pyplot as plt File "C:\Anaconda\lib\site-packages\matplotlib\pyplot.py", line 109, in <module> _backend_mod, new_figure_manager, draw_if