12

It seems to be a common problem but none of the answers seems help. The error is popping up when installing statsmodels with in Windows 10 (python 3.6.2 installed):

python setup.py install

Before that, numpy has been installed:

python numpy install

There was no error and I assume it was a success.But the installation of statsmodels still have the error with statsmodels installation.

I did install MS c++ compiler (2015). Also I installed latest Anaconda (python 3.6.1) and it did not help. The following is a list of VC++ compilers installed.

enter image description here

user938363
  • 9,990
  • 38
  • 137
  • 303

1 Answers1

3

After installing the scipy following the instruction here , the statsmodels was installed successfully.

user938363
  • 9,990
  • 38
  • 137
  • 303