materials icon indicating copy to clipboard operation
materials copied to clipboard

Error while creating sample Dash application

Open ramdsec opened this issue 3 years ago • 1 comments

Hi Team, I have created the sample app.py script. When I run the script I am getting below error. I have executed all the previous commands correctly. Not sure what went wrong. Please help.

Traceback (most recent call last): File "D:\avocado_analytics\venv\app.py", line 1, in import dash ModuleNotFoundError: No module named 'dash'

ramdsec avatar Feb 07 '22 08:02 ramdsec

Very late to the party but it may be due to not having dash installed in your enviroment. Here's a guide:

https://dash.plotly.com/installation

MarvinWRogers avatar Nov 03 '22 04:11 MarvinWRogers