1.设置环境变量
export PYCURL_SSL_LIBRARY=nss;
2.需要先安装git(如果未安装的话)
apt install git // debian
3.安装
pip install git+https://github.com/deep-project/pyspider.git
4.启动
pyspider
tornado/httputil.py 106行
collections 改 collections.abc
也许还会有其他问题,暂时未测试。