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
Post a Comment