0

I am trying to install scrapy on my window 10 laptop. I have installed " Build Tools for Visual Studio 2017" on my PC. I am still getting below error:

image

python version: 3.6, 64bit
OS: Windows 64 bit

Thanks!

MLavoie
  • 9,671
  • 41
  • 36
  • 56
Amar
  • 13
  • 2
  • Does this answer your question? [Pip error: Microsoft Visual C++ 14.0 is required](https://stackoverflow.com/questions/44951456/pip-error-microsoft-visual-c-14-0-is-required) – Niko Föhr Oct 26 '20 at 12:17

1 Answers1

0

try to install pre-compiled python liblaries from: https://www.lfd.uci.edu/~gohlke/pythonlibs/

Most likely you will need to install "Twisted" as well. Just download both open cmd and use:

pip install [liblary name]

pip install Twisted-18.7.0-cp37-cp37m-win_amd64.whl

luuu
  • 40
  • 8