Open YahyaShubbak opened 2 years ago
This is an issue with the bokeh version. Use bokeh==2.4.3
to fix it.
Getting the same error with the updated bokeh version, any ideas on how to fix this? Thank you!
If it really is the exact same error, then double check if you have the right version of bokeh installed with pip show bokeh
. It should say Version: 2.4.3
.
If that's installed, do you maybe use venv or conda?
I'm having the exact same issue. The version of bokeh is 3.0.3, though. Do I have to downgrade?
Edit: I have downgraded to version 2.4.3. Now it works for me, although it shows errors aswell.
For me it didn't work until I installed via conda forge. I can't tell you why though.
conda install -c conda-forge bokeh==2.4.3
i have 2.4.3 version yet i still see the error
Hi,
I get the following error:
If I'm not mistaken, it might have to do with the current Bokeh version? Any help is highly appreciated! And thanks in advance :)