Skip to content Skip to sidebar Skip to footer

Scrapyd-client Command Not Found

I'd just installed the scrapyd-client(1.1.0) in a virtualenv, and run command 'scrapyd-deploy' successfully, but when I run 'scrapyd-client', the terminal said: command not found:

Solution 1:

Create a fresh environment and install scrapyd-client first using below

pip install git+https://github.com/scrapy/scrapyd-client

And it should work. I was able to get it

$ which scrapyd-client
/Users/tarun.lalwani/.virtualenvs/sclient/bin/scrapyd-client

The package on pip may not be the latest one

Post a Comment for "Scrapyd-client Command Not Found"