12 Jan
2026
12 Jan
'26
4:13 a.m.
Since last Python update 3.13 to 3.14, I get the following error when opening up the Dask dashboard on the browser: ```` Dask needs bokeh>=3.1.0 for the dashboard. Install with conda: conda install "bokeh>=3.1.0" Install with pip: pip install "bokeh>=3.1.0" ``` Dask is working fine though. Below are my installed versions: ``` $ pacman -Q python python-bokeh python-dask python-distributed python 3.14.2-2 python-bokeh 3.8.1-1 python-dask 2025.12.0-3 python-distributed 2025.12.0-2 ``` Any ideas on what could the issue be ?