【发布时间】:2020-05-18 04:31:21
【问题描述】:
我的仪表板运行良好。我已经安装了 dash_bootstrap_components 来为我的 dash 赋予风格。
我写了pip install dash-bootstrap-components 并完美安装。
但是当我运行应用程序时,我有这个错误:
import dash_bootstrap_components as dbc
ModuleNotFoundError: 没有名为“dash_bootstrap_components”的模块
我有: 破折号-1.8.0 dash-bootstrap-components-0.8.2
【问题讨论】:
标签: python plotly-dash dash-bootstrap-components