ImportError: DLL load failed: when importing statsmodels [duplicate]
This question already has an answer here: Installing scipy in Python 3.5 on 32-bit Windows 7 Machine 4 answers My Python version is 3.5 on win32. I successfully installed Numpy+MKL, Scipy and Statsmodels from here http://www.lfd.uci.edu/~gohlke/pythonlibs/ However, when I run import statsmodels as sm I get the following error: Traceback (most recent call last): File "D:\Python\Innovation\try\Try_Reg.py", line 6, in <module> import statsmodels as sm File "C:\Python35\lib\site-packages\statsmodels\__init__.py", line 8, in <module> from .tools.sm_exceptions import (ConvergenceWarning,