Install Scrapy log under WINDOWS10

Source: Internet
Author: User

Install Scrapy log under WINDOWS10

1. Download python3.6

2. Add the path of Python.exe and Pip.exe to the system environment variable path

such as c:\python36_64

C:\Python36_64\Scripts

3. Update pip

python.exe-m pip Install--upgrade pip

4. Install the WIN32API package

Pip Install Pypiwin32

If it is not installed, running the ' scrapy Bench ' Test command will receive the following error message

scrapy Run importerror:no module named Win32API Error

The resolution of this problem on Windows system requires the installation of the Py32win module, but directly through the official website link installed EXE will appear hundreds of errors, more convenient way is

Pip Install Pypiwin32

5. Precautions

If the PIP update is installed with the cmd command, the other packages appear

Pip installation prompt Permissionerror: [winerror 5] Error issue

Solutions can be found in the following ways:

Http://www.cnblogs.com/linyfeng/p/7203211.html

Install Scrapy log under WINDOWS10

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.