unable to install scrapy windows 64 bit machine
I was trying to install scrapy in windows 64 bit machine without anaconda / miniconda. Scrapy install guide don't help that much. then I write command : pip install scrapy it's end up with twisted installation errors. like :: Running setup.py install for Twisted ... error ERROR: Command errored out with exit status 1: ... ~~~~~ ~~~~~ .... ..... running build_ext building 'twisted.test.raiser' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ ---------------------------------------- ERROR: Command errored out with exit status 1: 'F:\development\python-projects\scrapyenv\Scripts\python.exe' -u -c 'import sys, setupto...