解决Could not find a version that satisfies the requirement Twisted>=13.1.0 (from Scrapy)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Linux版本:Centos7 64位
安装scrapy过程中报错:
Could not find a version that satisfies the requirement Twisted>=13.1.0 (from Scrapy) (from versions: )
No matching distribution found for Twisted>=13.1.0 (from Scrapy)
原因是没有安装Twisted
解决方案:下载Twisted包,解压,因为我使用python3来run爬虫的,所以命令是python3 setup.py install
如果你用Linux系统默认安装的python,那么你的命令是python setup.py install
wget https://pypi.python.org/packages/source/T/Twisted/Twisted-15.2.1.tar.bz2
tar -xjvf Twisted-15.2.1.tar.bz2
cd Twisted-15.2.1
python3 setup.py install
安装完后,再执行
[root@localhost Python3.6.3]# pip3 install scrapy
我的座右铭:不会,我可以学;落后,我可以追赶;跌倒,我可以站起来;我一定行。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献7条内容
所有评论(0)