我正在尝试部署scrapy项目。但出现错误:我的 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 但什么都没有.....有人可以帮助我......