Looking for some guidance. I deployed erpnext 15.94.2 prior with hrms installed and everything was working. After several restarts, scheduler container stated no hrms module. Now, I have updated everything to v16 (frappe,erpnext,hrms) and again deployed it using docker in wsl on a windows 11 computer. After the deployment, removed create-site and configurator containers, went into backend bench to get hrms. After successful install of hrms, scheduler container still does not see hrms. I can go in and make changes/saves etc., but I can not import for ex., Chart of Accounts. Since scheduler hangs, queue then hangs and import just stays pending.
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 138, in get_app_commands
app_command_module = importlib.import_module(f"{app}.commands")
File “/usr/local/lib/python3.14/importlib/init.py”, line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “”, line 1398, in _gcd_import
File “”, line 1371, in _find_and_load
File “”, line 1314, in _find_and_load_unlocked
File “”, line 491, in _call_with_frames_removed
File “”, line 1398, in _gcd_import
File “”, line 1371, in _find_and_load
File “”, line 1335, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘hrms’