Dash: AttributeError: module 'dash' has no attribute 'development'

Created on 21 Jan 2018  路  3Comments  路  Source: plotly/dash

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!

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 import import dash rather than the actual Dash package. Rename the file to something else and you should be good.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings