-
Notifications
You must be signed in to change notification settings - Fork 223
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- dash version:
2.18.2 - dash-bootstrap-components version:
1.7.0 - components affected by bug:
dash-bootstrap-components >=1.7.0rc3
What is happening?
I upgrade dbc (with pip install) and got error on start app:
import dash_bootstrap_components as dbc
File "/usr/local/lib/python3.12/site-packages/dash_bootstrap_components/__init__.py", line 7, in <module>
from dash_bootstrap_components._components import Table
ImportError: cannot import name 'Table' from 'dash_bootstrap_components._components' (unknown location
After install all components files are placed into /usr/local/lib/python3.12/site-packages/dash_bootstrap_components/, not into /usr/local/lib/python3.12/site-packages/dash_bootstrap_components/_components/ as expected.
What should be happening?
Components *.py files should be placed into dash_bootstrap_components/_components/ or imports path should be changed.
n888 and bmeares
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working