关于pip无法安装scrapy的问题

Posted chengbao-0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于pip无法安装scrapy的问题相关的知识,希望对你有一定的参考价值。

安装scrapy时如果出现下列问题:

building ‘ twisted. test. raiser‘ extension

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools":

http://landinghub.visualstudio.com/visual-cpp-build-tools

解决方案:

1.针对twisted包:

从下面这个链接https://www.lfd.uci.edu/~gohlke/pythonlibs/找到合适的版本下载

用命令行pip install C:文件路径Twisted-18.7.0-cp37-cp37m-win_amd64.whl

(填写文件路径,twisted的文件名复制即可)

安装完成后,在python中用import twisted进行检验

2.针对scrapy:

直接用命令:pip install scrapy进行安装

如果不行,则沿用步骤一中的方法,下载对应的whl文件

以上是关于关于pip无法安装scrapy的问题的主要内容,如果未能解决你的问题,请参考以下文章

关于windows下 使用Anaconda3安装的python无法使用ssl模块问题.关联pip无法下载https

安装 python 爬虫框架 Scrapy

关于无法定位软件包python-pip问题

关于无法定位软件包python-pip问题

Scrapy 安装错误 pip 和 easy_install

如何安装selenium以及scrapy,最重要的是pip?