-
Notifications
You must be signed in to change notification settings - Fork 228
Description
Windows 10 machine w/Anaconda 5 and Python 3.6.
I deleted full old Anaconda folder and installed Anaconda on top of it. Possible this caused some issues and am willing to give a whirl at the "proper" uninstall method (couldn't find docs on that).
Until then, this is what I've got as an issue and am logging here. Please feel free to request any additional details.
Actual Error Trace:
ImportError Traceback (most recent call last)
in ()
2 import io
3 import scipy.misc as misc
----> 4 import matplotlib.pyplot as plt
5 get_ipython().magic('matplotlib inline')
6
C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\pyplot.py in ()
27 from cycler import cycler
28 import matplotlib
---> 29 import matplotlib.colorbar
30 from matplotlib import style
31 from matplotlib import _pylab_helpers, interactive
C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\colorbar.py in ()
34 import matplotlib.collections as collections
35 import matplotlib.colors as colors
---> 36 import matplotlib.contour as contour
37 import matplotlib.cm as cm
38 import matplotlib.gridspec as gridspec
C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\contour.py in ()
19 import matplotlib.colors as colors
20 import matplotlib.collections as mcoll
---> 21 import matplotlib.font_manager as font_manager
22 import matplotlib.text as text
23 import matplotlib.cbook as cbook
C:\ProgramData\Anaconda3\lib\site-packages\matplotlib\font_manager.py in ()
56
57 import matplotlib
---> 58 from matplotlib import afm, cbook, ft2font, rcParams, get_cachedir
59 from matplotlib.compat import subprocess
60 from matplotlib.fontconfig_pattern import (
ImportError: DLL load failed: The specified procedure could not be found.