无法在我的 Windows 10 x64 机器上安装 scrapy

Posted

技术标签:

【中文标题】无法在我的 Windows 10 x64 机器上安装 scrapy【英文标题】:Not able to install scrapy in my windows 10 x64 machine 【发布时间】:2017-07-08 07:03:33 【问题描述】:

我在 cmd 中得到了pip install scrapy

它说Collecting scrapy,几秒钟后我收到以下错误:

Command "c:\python35\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\DELL\\AppData\\Local\\Temp\\pip-build-2nfj5t60\\Twisted\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\DELL\AppData\Local\Temp\pip-0bjk1w93-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\DELL\AppData\Local\Temp\pip-build-2nfj5t60\Twisted\

我无法得到错误。

【问题讨论】:

【参考方案1】:

使用pip3代替pip,因为您使用的是python3

【讨论】:

对我不起作用。首先它向我显示“扭曲的构建轮失败”,然后发生了同样的错误【参考方案2】:

刚刚解决了这个问题:

    从此链接>https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted下载与您的操作系统兼容的twist版本并将其安装到您的计算机或virsualenv。 在命令行中:pip install path-to-your-twist-file***.whl 然后使用 pip install scrapy

完成!

【讨论】:

【参考方案3】:

根据scrapy 文档,它不能在Windows 机器上的Python 3.5 上运行。尝试使用 python 2.7(可能在 virtualenv 中),看看会发生什么。

https://doc.scrapy.org/en/latest/intro/install.html

【讨论】:

你分享的链接说它可以在 Python 3.4 或更高版本上运行

以上是关于无法在我的 Windows 10 x64 机器上安装 scrapy的主要内容,如果未能解决你的问题,请参考以下文章

无法在 Windows 7 x64 上使用 VB 脚本中的 CreateObject

将我的 DirectX 应用程序移植到其他机器

解决Windows 10 X64无法安装Visual Studio 2013

模块机器“x64”与目标机器“x86”冲突

如何在 Windows x64 上使用 openSSL 和 nghttp2 编译 cURL?

无法与 Docker 中的容器共享本地 Windows 路径