Pyspider Install ERROR: Complete output from command python setup.py egg_info:…

is learning the pyspider framework, and the installation process is not smooth. Then Baidu solved the problem and recorded the solution for backup

Problem Description:

First, the PIP version is low. Upgrade according to the prompt

Install again and report the error as follows

solution process:

Step 1: install wheel first

Install with the command PIP3 install wheel

Step 2: install the corresponding version of pycurl

First, download the package to local: https://www.lfd.uci.edu/~gohlke/pythonlibs/

Installation:

Step 3:

Successful re installation: PIP3 install pyspider PIP3

test

The module can be imported normally

Similar Posts: