You need to rebuild your AUR packages that depend on python: https://wiki.archlinux.org/title/Python#Module_not_found_after_Python_version_update
On Sun, Jan 11, 2026, at 9:13 PM, Stephane Goldstein wrote: > 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 ? >
