无法导入 dash_core_components
Can't import dash_core_components
我在 ubuntu 18.04 上安装了 dash:
pip3 安装破折号。
dash 的版本是 1.16.0
然后我有一个测试程序,test.py,我得到以下错误。怎么了?
import plotly
import dash
import dash_core_components as dcc <<<<<<<<<<<<< error here:
Exception has occurred:SystemExit
1
File "..../test.py, line 3, in <module>
import dash_core_components as dcc
File "..../test.py, line 2, in <module>
import dash
目录中名为 test.py
的文件有时会发生这种情况。删除该文件应该可以解决错误。
我在 ubuntu 18.04 上安装了 dash: pip3 安装破折号。 dash 的版本是 1.16.0
然后我有一个测试程序,test.py,我得到以下错误。怎么了?
import plotly
import dash
import dash_core_components as dcc <<<<<<<<<<<<< error here:
Exception has occurred:SystemExit
1
File "..../test.py, line 3, in <module>
import dash_core_components as dcc
File "..../test.py, line 2, in <module>
import dash
目录中名为 test.py
的文件有时会发生这种情况。删除该文件应该可以解决错误。