PIP安装Python的scipy,scrapy等包出现“failed building wheel for xxx”问题解决办法

本来我搜了网上的资料,结果下载.whl文件网站总是出错。

PIP安装Python的scipy,scrapy等包出现“failed building wheel for xxx”问题解决办法

PIP安装Python的scipy,scrapy等包出现“failed building wheel for xxx”问题解决办法

解决方法

换一个地址https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

PIP安装Python的scipy,scrapy等包出现“failed building wheel for xxx”问题解决办法

就可以下载了

然后在进行安装

PIP安装Python的scipy,scrapy等包出现“failed building wheel for xxx”问题解决办法

安装完成后,再次执行pip install scrapy即可安装完成。

pip install scrapy