V7 looking for frappe.celeryapp

I all,

I have bench 4.1.0, erpnext 7.0.27, and frappe 7.0.22 on my test server. However my worker processes are not starting up. The logs in the file file says:

home/frappe/frappe-bench/env/bin/python: No module named frappe.celery_app

Are you on master or develop branch? Did you read this topic: No module named frappe.celery_app - #9 by vjFaLk ?

thanks @strixaluco, I did read that topic too but it didn’t help. Looks like some issue with my supervisor process. The following commands worked.

sudo supervisorctl reread
sudo supervisorctl update
sudo supervisorctl restart all