Search code examples
plotly-dashdashboardplotly-python

Dash Plotly Graph (Dash core component throwing error)


[error image1 enter image description here Hello everyone,

I am trying to use the basic example given for dash to plot graph but it is throwing this error in the screenshot. I do not really know what the problem is. Does anyone know if the das core components for plotting graph has changed or something?

This is the link to where I got the code. https://dash.plotly.com/dash-core-components enter link description here

The error said "Dash design kit could not be resolved" Thank you for your help.


Solution

  • The examples on the site you linked should work without dash-design-kit, so you could simply drop the import for them to work.

    If your code depends on actually using dash-design-kit, it is not part of the free Dash installation, but part of Dash Enterprise (see here). The error should disappear after acquiring and installing Dash Enterprise.