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に更新しましたが、同じ問題が発生しました)。
回避策は、scrapylib の zip を Github から直接ダウンロードし、zip を展開してから実行することpython setup.py installです。import scrapylibエラーなしで、scrapylib をインストールし、Python インタープリターから実行することができました。
python setup.py install
import scrapylib