python - scrapyd-client command not found -


i'd installed scrapyd-client(1.1.0) in virtualenv, , run command 'scrapyd-deploy' successfully, when run 'scrapyd-client', terminal said: command not found: scrapyd-client.

according readme file(https://github.com/scrapy/scrapyd-client), there should 'scrapyd-client' command.

i had checked path '/lib/python2.7/site-packages/scrapyd-client', 'scrapyd-deploy' in folder.

is command 'scrapyd-client' being removed now?

create fresh environment , install scrapyd-client first using below

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

and should work. able it

$ scrapyd-client /users/tarun.lalwani/.virtualenvs/sclient/bin/scrapyd-client 

the package on pip may not latest one


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -