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

Update dask.distributed to work with bokeh last version (bokeh 3.0.3) #7414

Closed
frbelotto opened this issue Dec 17, 2022 · 3 comments · Fixed by #7413
Closed

Update dask.distributed to work with bokeh last version (bokeh 3.0.3) #7414

frbelotto opened this issue Dec 17, 2022 · 3 comments · Fixed by #7413

Comments

@frbelotto
Copy link

frbelotto commented Dec 17, 2022

Hello!
Dask has been updated to work with python 3.11.
I am trying to start dask distributed but I got this results :

Dask needs bokeh >= 2.4.2, < 3 for the dashboard.
You have bokeh==3.0.3.
Continuing without the dashboard.
  warnings.warn(

Any expectations to support the last version?

Thanks in advance!

@mrocklin
Copy link
Member

This is ongoing. I think that @jrbourbeau is tracking this the closest.

@consideRatio
Copy link
Contributor

@FedericoMuciaccia
Copy link

I can confirm that the issue is still present (March 2023). Any update on the topic?

>>> local_cluster = dask.distributed.LocalCluster()
UserWarning: 
Dask needs bokeh >= 2.4.2, < 3 for the dashboard.
You have bokeh==3.1.0.
Continuing without the dashboard.
  warnings.warn(
>>> dask.distributed.__version__
'2023.2.0'
>>> dask.__version__
'2023.2.0'
>>> bokeh.__version__
'3.1.0'

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

Successfully merging a pull request may close this issue.

4 participants