Installing scrapy in window — solving the problem of error reporting

The system is win10 64 bit
Python is 3.5.2
install PIP install scrapy today    To install
Microsoft Visual C + + 14.0 is required

It is found that Microsoft Visual C + + 14.0 is actually installed on the computer, but it cannot be installed successfully anyway

Later, the solution was to use files to install

1. Download the scrapy installation file

2. Install this using the command PIP install wheel

3. Switch CMD to the directory where the scrapy file is located and install it by PIP install *********************************************************

4. You can use PIP install scrape to check whether the installation is successful

 

By the way, post a teaching article: introduction to slapy

Similar Posts: