Collection and solution of error reporting in pyspider
Command “python setup.py egg_ info” failed with error code 10
This means that pycurl installation reported an error
Download address of WHL file of pycurl in win10 solution
# Follow the link above to download the pycurl whl file, pay attention to your own python version, I'm using python 3.7 here
# locate the path to change the file
pip3 install pycurl-7.43.0.4-cp37-cp37m-win_amd64.whl
CentOS solution
yum install python-devel curl-devel
pip3 install pycurl
Ubuntu solution
sudo apt-get install libcurl4-gnutls-dev
pip install pyspider
SyntaxError: invalid syntax
Async cannot be used as a keyword and needs to be changed as a variable
Run pyspider to find the error file and replace async to know that the error was not reported
ImportError: cannot import name ‘Disp
Read More:
- Python error collection: NameError: name ‘numpy’ is not defined
- Solve the problem of error reporting from scipy.misc import imread & imresize in Python
- Attr in wxPython= wx.grid.GridCellAttr() error reporting
- Syntaxerror: unexpected EOF while parsing solution and ideas
- About the solution of ERROR: Failed building wheel for dlib
- Solution to [SSL: certificate_verify_failed] when you get downloads video
- [Solved] Pychar error: modulenotfounderror: no module named ‘requests_ HTML ‘solution
- Solution for Python3.7 import gevent module error
- Using Python error urlopen error unknown URL type: the solution of HTTPS
- When sending HTTP request, python encountered: error 54, ‘connection reset by peer’ solution
- No pyvenv.cfg File problem solution
- The solution of no such file or directory and cannot load native module running error of python3 pyinstaller after packaging
- Module notfounderror when installing suds: no module named ‘client’ solution
- Python writes DICOM file (attributeerror: ‘filemetadataset’ object has no attribute ‘transfersyntax uid’ solution)
- [Python] Right-click Selenium to Save the picture error: attributeerror: solution to module ‘pyscreen’ has no attribute ‘locationonwindow’
- TypeError: Decimal type object is not a JSON serialization solution
- Solution warning: userwarning: fixedformatter should only be used together with fixedlocator (illustrated version)!)
- pytorch RuntimeError: Error(s) in loading state_ Dict for dataparall… Import model error solution
- [Solved] Python operate Kafka error: SyntaxError: invalid syntax
- Command “/usr/bin/python -u -c “import setuptools, tokenize;__file__=‘/tmp/pip-cus9V0-build/setup.py