1. 程式人生 > >scrapyd部署專案時的錯誤:environment can only contain strings

scrapyd部署專案時的錯誤:environment can only contain strings

這可能是個bug,因為元件的版本問題,所以我採取降低版本解決

1.降低scrapy版本,我是從1.4.0降到1.0.7

2.降低scrapyd版本,我忘了,但是我降到了1.1.1

不要用pip install 命令安裝,自己去github找對應版本下載安裝

連線地址:

   scrapy:https://github.com/scrapy/scrapy/tree/1.0

        scrapyd:https://github.com/scrapy/scrapyd/tree/1.1.1


以scrapy安裝為例,scrapyd同理,下載解壓,將解壓後的資料夾放在你的python安裝目錄裡,我的是e:\Python2,然後進入cmd,進入e:\Python2\scrapy\ 執行命令 python setup.py install進行安裝,可能會報錯 error:could not find required distribution pyasn1,再執行一遍 python setup.py install 就好了