Skip to content
Advertisement

What version of dash is needed for core components to work?

I made the mistake of updating a package near the end of a project that utilized the dash core components (to get a feature to work). The project has stopped working. According to this site it states it is dependent on dash, but fails to work with the latest version of dash if I understand correctly. Is there an easy way to get these packages to work again?

https://pypi.org/project/dash-core-components/2.0.0/

Packages I was using:

JavaScript

Error I get now:

JavaScript

Advertisement

Answer

You don’t need to go back to be able to use dash core components. They are still part of dash, they have just moved to the main repo. By installing dash pip install dash you are already installing dash_core_components. But, you will need to access the library like this:

JavaScript

instead of how it was before

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement