Error during installing any custom app (ModuleNotFoundError )

ModuleNotFoundError

ModuleNotFoundError: No module named ‘woocommerceconnector’
please anyone can help… i have deployed erpnext v14 on digitaloccean droplet ubuntu 22

Hi @abdallahgeorge,

If the bench is running then stop the bench, or bench restart and then migrate the site, check it.

this error appear after bench restart

Please follow this steps :

bench setup socketio
bench setup supervisor
bench setup redis 
sudo supervisorctl reload

bench restart

If any Case its Not Worked Run These :

sudo service mariadb restart
sudo service nginx restart
sudo service redis-server start
sudo service supervisor start
1 Like