スクレイピープロジェクトをデプロイしようとしています。しかし、エラーが発生しました:私のscrapy.cfgファイルは:
[settings]
default = eScraper.settings
[deploy]
url = http://localhost:8680/
project = eScraper
そして、私はこのコマンドを使用してデプロイしました:scrapy deploy default -p eScraper
しかし、エラーが発生しました
Building egg of eScraper-1369325126
'build/scripts-2.7' does not exist -- can't clean it
zip_safe flag not set; analyzing archive contents...
Deploying eScraper-1369325126 to http://localhost:8680/addversion.json
Deploy failed: <urlopen error [Errno 111] Connection refused>
ポートも変更しようとしましたが、うまくいきませんでした.sudoで上記のコマンドを使用しようとしましたが、何も.....誰かが私を助けることができます........