私はオープン データ ポータルとして CKAN を使用しており、https://github.com/ckan/ckanext-archiverの指示に従ってアーカイバ拡張機能をインストールしています。次のようにセロリをインストールしました。
Successfully installed celery kombu kombu-sqlalchemy messytables flask anyjson amqplib xlrd python-magic chardet json-table-schema lxml Werkzeug
しかし、私はそれを実行することができません。
/usr/lib/ckan/default/src$ paster celeryd -c /etc/ckan/default
Command 'celeryd' not known (you may need to run setup.py egg_info)
Known commands:
create Create the file layout for a Python distribution
exe Run #! executable files
help Display help
make-config Install a package and create a fresh config file/directory
points Show information about entry points
post Run a request for the described application
request Run a request for the described application
serve Serve the described application
setup-app Setup an application, given a config file
私の CKAN ルート ディレクトリ: usr/lib/ckan/default/src ckan 設定ファイルへのパス: /etc/ckan/default
誰かが私の問題を解決してくれることを願っています。ありがとう。