I am unable to run any dash program. I get the error.
Dash was not successfully imported. Make sure you don't have a file named
'dash.py' in your current directory.
Also to check it out, I tried importing dash from python in terminal, surprisingly I can import dash in terminal where the directory don't contain .py file with dash import, whereas if any file contains import dash in it, I can't import dash in terminal in that directory. The attached picture will help you.