I try to upload an app which uses dash_daq but whatever I try, I get this message:
Error in dash app:
Traceback (most recent call last):File “/lib/python3.12/jc/dash.py”, line 110, in load_app
import app as main_moduleFile “/home/pyodide/project-files/app.py”, line 16, in
import dash_daq as daqFile “/lib/python3.12/site-packages/dash_daq/init.py”, line 14, in
_components = _dash.development.component_loader.load_components(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^AttributeError: module ‘dash.development’ has no attribute ‘component_loader’
dash_daq is in the requirements, I tried the app with dash_daq 0.5.0 and 0.6.0, works both.
Does somebody have an idea how to fix this? The code is here: