-
Self Checks
Dify version0.6.3 Cloud or Self HostedSelf Hosted (Source) Steps to reproduceStart Celery with "celery -A app.celery worker -P gevent -c 1 -Q dataset,generation,mail --loglevel INFO" on latest version ✔️ Expected BehaviorCelery has worked just fine up until now, don't know if its something I've done? Tried with fresh Enviroment in python aswell ❌ Actual Behavior`Usage: celery [OPTIONS] COMMAND [ARGS]... Error: Invalid value for '-A' / '--app': |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
The error you're encountering with Celery not starting on macOS seems to be related to an issue with the Here's a consolidated approach to troubleshoot and potentially resolve the issue:
If these steps do not resolve the issue, consider checking the issue trackers for Celery, gevent, and grpcio for similar issues or posting a detailed question with your setup and the error message for further assistance. Sources
|
Beta Was this translation helpful? Give feedback.
-
trying |
Beta Was this translation helpful? Give feedback.
-
Yes, still same error. Also tried with clean conda environment. The Api server is running fine. |
Beta Was this translation helpful? Give feedback.
-
Works after installing grpcio |
Beta Was this translation helpful? Give feedback.
-
pip install --upgrade grpcio |
Beta Was this translation helpful? Give feedback.
pip install --upgrade grpcio