gpt4 book ai didi

python - 错误代码 1 安装 Scrapy

转载 作者:太空狗 更新时间:2023-10-30 02:19:05 24 4
gpt4 key购买 nike

我正在尝试为 Python 安装 Scrapy 模块。我正在使用命令:

pip install Scrapy

但是我得到以下错误:

Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c "import setuptools, tokenize;__file__='/private/var/folders/b4/nrmj5jf105lcv1_kf1yk9gh40000gn/T/pip-build-aNQoXA/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/b4/nrmj5jf105lcv1_kf1yk9gh40000gn/T/pip-B_akAd-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/b4/nrmj5jf105lcv1_kf1yk9gh40000gn/T/pip-build-aNQoXA/lxml

我对此做了一些研究,并尝试了几种不同的解决方案 herehere但无济于事。

最佳答案

您可以通过 pip wheel 安装它。
从这里下载轮包。 Scrapy

然后安装

pip install wheel       #  to install support for wheel files.
pip install Scrapy‑1.0.3‑py2‑none‑any.whl # to install the wheel.

编辑:如果在 ubuntu 或其他基于 debian 的操作系统上:

尝试:

sudo apt-get install python-dev

sudo apt-get install libxml2-dev libxslt1-dev

然后再次尝试安装 scrapy。

在 Mac 操作系统上:

从以下位置安装 brew 包管理器:Brew

然后尝试使用brew install package_name

关于python - 错误代码 1 安装 Scrapy,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32350375/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com