Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何将外部库添加到 Scrapy。我想将以下库添加到 Scrapy:
https://github.com/scrapinghub/scrapylib
我怎样才能添加它?
我不完全确定为什么 pip 无法安装 scrapylib(我将 pip 更新到 1.4 版,但发生了同样的问题)。
一种解决方法是直接从 Github 下载 scrapylib 的 zip,解压缩 zip,然后运行python setup.py install. 我能够安装 scrapylib 并import scrapylib从 Python 解释器运行而没有任何错误。
python setup.py install
import scrapylib