Install dash_table from Anaconda

I have difficulty installing the new dash_table from my Anaconda environment. I’m running

conda install dash_table==3.1.6

But it throws PackagesNotFoundError.
Is installation not supported yet from Anaconda? The documentation only mentions installation via pip.

It’s not published on anaconda yet, you’ll need to use pip

1 Like

Weirdly I’m running to a bit of an error using dash_table on an app I deployed to heroku. I have dash-table in my requirements and am able to properly run the app locally. Have you heard of an issue like this before?

i haven’t, the docs are deployed on heroku and they use the dash table