dash_devices icon indicating copy to clipboard operation
dash_devices copied to clipboard

[BUG] Error: dash_html_components was not found

Open codeHendrix opened this issue 3 years ago • 2 comments

Resolved: when downgrading from dash version 2.0.0 to 1.12 it worked.

Environment:

dash                         2.0.0
dash-core-components         2.0.0
dash-daq                     0.1.7
dash-devices                 0.1.4
dash-html-components         2.0.0
dash-renderer                1.0.0
dash-table                   5.0.0

  • if frontend related, tell us your Browser, Version and OS

    • OS: Ubuntu 21.10
    • Browser: chrome and chromium

Error thrown in console when trying to run example1.py script

Nothing gets rendered to screen. which I think makes sense based on the error.

I expected to be able to run the example script based on the readme.

I doubt this is an actual issue, I could just be missing something simple.

Screenshots

If applicable, add screenshots or screen recording to help explain your problem. dash-devices-error devices-blank

codeHendrix avatar Dec 29 '21 00:12 codeHendrix

Resolved: when downgrading from dash version 2.0.0 to 1.12 it worked.

codeHendrix avatar Dec 29 '21 04:12 codeHendrix

I was working on an older project and I could not find document for certain components as they had been deprecated. I am working on 1.19 and things are working for me at this point.

sambidwasti avatar May 17 '22 20:05 sambidwasti