Thanks so much for your interest in Dash!
Before you post an issue here, could you quickly search for your
issue in the Dash community forum? https://community.plot.ly/c/dash
GitHub issues are great for bug reports, the community forum is great for
implementation questions. When in doubt, creating feel free to just post the
issue here :)
Thanks, and welcome to Dash!
I use pycharm
It sounds like you might have named the file you're working on dash.py, which doesn't work because then Python tries to import the file itself as a module when doing import import dash rather than the actual Dash package. Rename the file to something else and you should be good.
thanks @ned2 ,it is ok
Most helpful comment
It sounds like you might have named the file you're working on
dash.py, which doesn't work because then Python tries to import the file itself as a module when doing importimport dashrather than the actual Dash package. Rename the file to something else and you should be good.