istresearch / scrapy-cluster

This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
http://scrapy-cluster.readthedocs.io/
MIT License
1.17k stars 323 forks source link

supervisord install error while vagrant up #226

Closed fatemeeeeeee closed 4 years ago

fatemeeeeeee commented 4 years ago

hi i'm trying to start scrapy cluster with vagrant and i get this error while i excute "vagrant up": Screenshot (67)

and when i excute this command next time i got this error:

scdev: Running provisioner: shell... scdev: Running: inline script scdev: supervisord: unrecognized service The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

i installed supervisor manually on my ubuntu/trusty64 but nothing changed.

i am running vagrant on cmd windows 10.

madisonb commented 4 years ago

Can you try again from the dev branch? I would highly recommend the docker approach instead of the virtualbox approach. In the future only docker will be supported by this repo since it is so portable

madisonb commented 4 years ago

Closing due to inactivity.