Hi all,
I am trying to install Openwisp server on Ubuntu 18.04,I am successfully installed the openwisp server but when i restart server I am getting below error from celery
daphne:asgi0: stopped
celerybeat: stopped
openwisp2: stopped
celery: ERROR (spawn error)
celery_network: ERROR (spawn error)
openwisp2: started
celerybeat: started
daphne:asgi0: started
celery_monitoring: ERROR (spawn error)
In log file I am getting error as below
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Error: no such option: --queue Did you mean --queues?
Usage: celery worker [OPTIONS]
Try 'celery worker --help' for help.
Attached the Log files for reference
Thank you,
Harish