Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Error when Importing Dash - likely a versioning issue in Tutorial? #58

Closed
dseaton opened this issue Jun 29, 2017 · 0 comments
Closed

Comments

@dseaton
Copy link

dseaton commented Jun 29, 2017

For current tutorial, error when importing dash. Seems to be a dependency issue associated version updates. Mac OSX 10.10.5, Anaconda Distribution.

dash_core_components/__init__.py", line 8, in <module>
    _components = _dash.development.component_loader.load_components(
        AttributeError: 'module' object has no attribute 'development'

From Current Tutorial (6/29/2017):

dash==0.17.7  # The core dash backend
dash-renderer==0.7.3  # The dash front-end
dash-html-components==0.6.2  # HTML components
dash-core-components==0.5.1  # Supercharged components
plotly==2.0.11  # Plotly graphing library used in examples

Colleague's Working Versions from some time last week:

dash==0.17.5  # The core dash backend
dash-renderer==0.7.3  # The dash front-end
dash-html-components==0.6.1  # HTML components
dash-core-components==0.5.0  # Supercharged components
plotly==2.0.10  # Plotly graphing library used in examples
@dseaton dseaton closed this as completed Jun 29, 2017
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 22, 2021
HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
* - refactor: isolate dash component layer from component implementation
- duplicate component contract in TS

* update for build js/py

* - fix python component packaging regression
- bump version to rc6

* Fix visual tests regression

* (wip) refactor controlled table

* @types

* refactor table clipboard usage

* clean up

* rename

* pr review fixes

* fix bug in test script

* fix test

* update test script

* fix tests

* fix tests

* tests -- remove async/await syntax

* fix tests

* - remove row component
- 3 tables for fixed rows/columns and content
- update TS props

* remove test code

* fix test

* remove test / broken by Cypress.io

* cypress version

* fix cell selection test

* fix percy tests

* prevent useless cell updates once again

* styling, copy/paste, navigation regressions

* build, variables renamed

* fix next/previous regression

* fix test regressions

* table styling regression

* - fixed rows/columns regression testing + fixes
- percy tests for fixed rows/columns

* fix test?

* fix test?

* revert percy removal

* multi and single column sorting support

* basic sorting e2e test

* linting

* - add runtime logger configuration override
- fix scrolling issue in prod environment

* - fix merged cells / hidden cells w/ fixed col & rows
- additional visual tests for merged, fixed, hidden combo

* remove .only

* - fix delete / select when sorted/filtered
- additional tests for delete/select when sorted/filtered

* fix copy/paste regression

* bumping version to rc7

* fix percy tests
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
* - refactor: isolate dash component layer from component implementation
- duplicate component contract in TS

* update for build js/py

* - fix python component packaging regression
- bump version to rc6

* Fix visual tests regression

* (wip) refactor controlled table

* @types

* refactor table clipboard usage

* clean up

* rename

* pr review fixes

* fix bug in test script

* fix test

* update test script

* fix tests

* fix tests

* tests -- remove async/await syntax

* fix tests

* - remove row component
- 3 tables for fixed rows/columns and content
- update TS props

* remove test code

* fix test

* remove test / broken by Cypress.io

* cypress version

* fix cell selection test

* fix percy tests

* prevent useless cell updates once again

* styling, copy/paste, navigation regressions

* build, variables renamed

* fix next/previous regression

* fix test regressions

* table styling regression

* - fixed rows/columns regression testing + fixes
- percy tests for fixed rows/columns

* fix test?

* fix test?

* revert percy removal

* multi and single column sorting support

* basic sorting e2e test

* linting

* - add runtime logger configuration override
- fix scrolling issue in prod environment

* - fix merged cells / hidden cells w/ fixed col & rows
- additional visual tests for merged, fixed, hidden combo

* remove .only

* - fix delete / select when sorted/filtered
- additional tests for delete/select when sorted/filtered

* fix copy/paste regression

* bumping version to rc7

* fix percy tests
AnnMarieW pushed a commit to AnnMarieW/dash that referenced this issue Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant