Error :: Dash
Error :: Dash was not successfully imported. Make sure you don’t have a file named
‘dash.py’ in your current directory.
RENAME test.py to other name
$ python ~/test.py Dash was not successfully imported. Make sure you don't have a file named 'dash.py' in your current directory. ' $ mv test.py test1.py $ python ~/test1.py
Error :: No module named ‘dash_bootstrap_components’
$ conda install -c conda-forge dash-bootstrap-components
$ python -m pip install --user dash-bootstrap-components