背景交代,linux下安装scrapy时无法安装,报错。在
https://github.com/Miserlou/SoundScrape/issues/5中看到回答
Can you try doing this:
pip install distribute
then
pip install soundscrape
执行这两条语句,重新安装 pip install scrapy 成功。
本文介绍了一种解决在Linux环境下安装Scrapy遇到的问题的方法。通过安装distribute包后再尝试安装Scrapy,成功解决了安装过程中出现的错误。
背景交代,linux下安装scrapy时无法安装,报错。在
https://github.com/Miserlou/SoundScrape/issues/5中看到回答
Can you try doing this:
pip install distribute
then
pip install soundscrape
执行这两条语句,重新安装 pip install scrapy 成功。
1万+
1万+
3324
4086
455

被折叠的 条评论
为什么被折叠?