ImportError: No module named commands

Hello All,

Over the last few days, I’ve been seeing the following error whenever I try to install an app or do a bench update. It doesn’t seem to cause any issues with my site but was wondering what it’s due to and if there’s any way to fix it.

Traceback (most recent call last):
  File "/Users/chudeosiegbu/manqala-bench/apps/frappe/frappe/utils/bench_helper.py", line 64, in get_app_commands
    app_command_module = importlib.import_module(app + '.commands')
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
ImportError: No module named commands

Fixed. Just pull the latest frappe.

2 Likes