扭曲安装时发生错误

时间:2020-02-28 16:43:34

标签: python scrapy twisted

我正在尝试使用pipenv install scrapy安装scrapy,但涉及到安装依赖项。它失败了。

Installing scrapy…
Adding scrapy to Pipfile's [packages]…
Installation Succeeded
Installing dependencies from Pipfile.lock (ad2c1d)…
  ================================ 25/25 - 00:00:06
An error occurred while installing twisted==19.10.0 ; python_version >= '3.5'

我正在虚拟环境中运行python 3.8。以Pycharm作为我的IDE。

我最初以为也许我使用的是较旧版本的Python,这会导致冲突。

我的Pipfile:

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
scrapy = "*"

[requires]
python_version = "3.8"

1 个答案:

答案 0 :(得分:0)

通过BULK安装scrapy非常棘手,因为它的依赖项piptwisted需要C ++编译器。


只有一种可靠且官方推荐(docs)的方式将其安装在Windows上-使用anaconda发行版(而非lxml