-
Notifications
You must be signed in to change notification settings - Fork 26
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
Odd dependency error #276
Comments
Callback was causing the issue. Disregard. |
So I've been doing some testing/debugging, and still get the same dependency error, even when only updating the 'columnDefs'. Is this a bug, or am I missing something obvious? Forum post - https://community.plotly.com/t/dash-ag-grid-dependency-error-callback-to-update-empty-grid-fails/82728 Example code -
|
HI @dpdug4n Yes it's a bug in 2.16. It's in the process of being fixed and the new release will be ready soon. In the meantime, you can use dash 2.15 |
Ty for the info and quick response!! I'll lock in 2.16 in the poetry file. |
Be sure to lock in 2.15 🙂 More info here: plotly/dash#2778 |
Yes, I meant 2.15. All working as expected again. Ty! |
I'm getting a rather odd dependency error for dash_ag_grid in a multi-page dash project. I am using poetry, but that doesn't seem to be the cause. Python isn't throwing any dependency errors for dash-ag-grid, but when loading the application, Dash displays a 'Error loading dependencies' on the webpage and the error within the UI debugger is 'dash_ag_grid was not found'. I think this is an issue with the underlying .js???
Any advice or insight is appreciated.
Summarized Project Structure:
__init__.py
__init__.py
[tool.poetry.dependencies] python = "^3.10" dash-ag-grid = "*" dash = "*" pandas = "*" dash_bootstrap_components = "*"
Tests/Debugging attempts
From the project root level directory with the poetry shell loaded:
python -m tests.ag_grid_test
python -c "help('modules')"
ag_grid_page.py
Dash Error
The text was updated successfully, but these errors were encountered: