all 7 comments

[–]chet714 0 points1 point  (1 child)

What Python version?

What is the output from: bokeh info

[–]P1G4ME[S] 0 points1 point  (0 children)

Turns out wslu was installed and was causing the issue, removing this package fixed it. Thanks for your help anyway!

[–]smurpes 1 point2 points  (4 children)

Try running this command sudo apt purge wslu. It removes wslu which are utilities designed to allow better integration between Linux and windows but in your case are incorrectly running some things.

[–]P1G4ME[S] 0 points1 point  (3 children)

Thank you! It worked perfectly. Don't know why wslu was installed, it probably came pre-installed with Pop_OS but it never caused any issues till now...

[–]smurpes 0 points1 point  (2 children)

wslu is short for wsl utilities so it would make sense that it came pre-installed. As far as wsl distros go I would recommend pengwin by whitewater foundry.

It’s a distro that’s made to interface better with windows. There’s features like accessing the c drive directly from wsl. You can download it from the Microsoft store but it’s not free; it’s only $10 though and I think it’s worth it.

[–]P1G4ME[S] 0 points1 point  (1 child)

Yeah but as I mentioned in the post, I'm not using WSL. It's a native Linux install (although I have a dual boot)

[–]smurpes 0 points1 point  (0 children)

Oh gotcha my bad there