Uninstall issue frappe_whatsapp

Hi Team ,

File “/usr/lib/python3.10/importlib/init.py”, line 126, in import_module
17:23:59 web.1 | return _bootstrap._gcd_import(name[level:], package, level)
17:23:59 web.1 | File “”, line 1050, in _gcd_import
17:23:59 web.1 | File “”, line 1027, in _find_and_load
17:23:59 web.1 | File “”, line 1004, in _find_and_load_unlocked
17:23:59 web.1 | ModuleNotFoundError: No module named ‘frappe_whatsapp’

this is not uninstalling
I removed apps.txt and apps.json file but still this issue occur kindly give solution for this

Hi @velavan:

Maybe it’s still installed.

Try …
bench --site yoursite.localhost list-apps
Is still there?

If so, try
bench --site yoursite.localhost remove-from-installed-apps frappe_whatsapp

Hope this helps.

1 Like

Thanks for your reply.