Hello! I installed aaPanel on Orange Pi PC with Armbian_community 25.2.0-trunk.86 Noble armv7l (Python 3.12.3). The installation was successful, but when launching the panel, the following error occurs:
ModuleNotFoundError: No module named 'PluginLoader'
Also, the following error appears in the console:
Traceback (most recent call last):
File "/www/server/panel/BTPanel/init.py", line 2678, in publicObject
return run_exec().run(toObject, defs, get)
File "/www/server/panel/BTPanel/init.py", line 2624, in run
result = getattr(toObject, get.action)(get)
File "/www/server/panel/class_v2/panelControllerV2.py", line 96, in model
plugin_class = plugin_loader.get_module(mod_file)
File "/www/server/panel/class/public/PluginLoader.py", line 5, in get_module
import PluginLoader
ModuleNotFoundError: No module named 'PluginLoader'
Expected result: No ModuleNotFoundError: No module named 'PluginLoader' error.
Please help resolve the issue!


