Coding-with-Adam / Dash-by-Plotly

Interactive data analytics
dash-by-plotly.coding-with-adam.vercel.app
1.47k stars 1.69k forks source link

from dash import Dash, dash_table ImportError: cannot import name 'Dash' from partially initialized module 'dash' (most likely due to a circular import) (C:\Users\ADMIN\Desktop\vs\dash.py) #26

Closed arain60gb closed 1 year ago

arain60gb commented 1 year ago

from dash import Dash, dash_table ImportError: cannot import name 'Dash' from partially initialized module 'dash' (most likely due to a circular import) (C:\Users\ADMIN\Desktop\vs\dash.py) tell me about this error . everything working working good . when i run dash app 10 to 15 times then i face this error .

Coding-with-Adam commented 1 year ago

hi @zainali60 Is this code from a particular python file on my github repository?

arain60gb commented 1 year ago

yes Adam i follow your code . i resolve my issue bcz two dash files are use in same folder .

Coding-with-Adam commented 1 year ago

Great. I'm happy you solved it.

SAAHMATHWORKS commented 3 months ago

@arain60gb please let me know how you solved it