我正在尝试安装来自Github的python应用程序Portia:https://github.com/scrapinghub/portia
我在命令行中使用以下步骤:
按照自述说明操作:
cd slyd
pip install -r requirements.txt
运行Portia
cd slyd
twistd -n slyd
但每次我尝试运行该程序的最后一步时,我都会收到以下错误:
ImportError: No module named scrapy
知道为什么会出现这个错误吗?以前的所有步骤似乎都正确安装.我的安装过程早期是错误吗?
谢谢!