4

I am trying to install Spacy on windows 10 which is of 64 bit. I have Python 3.6.4 64 bit, Visual Studio 14 is installed. but I am getting below error, I have added Image as well of the error

Error code: `error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\cl.exe' failed with exit status 2
Error Screen shot

Sumitraj Patil
  • 107
  • 1
  • 1
  • 11
  • please check to see if it's duplicate: https://stackoverflow.com/questions/40018405/cython-cannot-open-include-file-io-h-no-such-file-or-directory – Sebastian Apr 05 '18 at 10:51

2 Answers2

2

So I tried couple of thing to resolve this Error, finally I had to create an Conda environment and try installing spacy in conda environment with Python 3.6 version which was successful. or trying downloading Visual studio Build tools for 17(Visual C++ 17 is required for Python 3,6 version), which may resolve this problem. Thanks.

Sumitraj Patil
  • 107
  • 1
  • 1
  • 11
1

Download required python module from here and run:

pip install file_name.whl