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

Incorrect bokeh installation instructions #8716

Closed
sjrothfuss opened this issue Jun 21, 2024 · 2 comments · Fixed by #8717
Closed

Incorrect bokeh installation instructions #8716

sjrothfuss opened this issue Jun 21, 2024 · 2 comments · Fixed by #8717

Comments

@sjrothfuss
Copy link

On the Client dashboard, the instructions for pip installing bokeh don't work for me as written. Am I missing something?

Webpage:
image

Code and output:

$ pip install bokeh!=3.0.*,>=2.4.2
ERROR: Invalid requirement: 'bokeh!=3.0.*,'

Using pip install bokeh==2.4.2 appears to work fine though.

@jrbourbeau
Copy link
Member

Thanks for the issue @sjrothfuss. You'll need to add quotes around that version constraint

pip install "bokeh!=3.0.*,>=2.4.2"

Here's a PR to fix that message #8717

@sjrothfuss
Copy link
Author

Thanks, @jrbourbeau. pip install bokeh==2.4.2 did the trick for me before and your version with quotes works too.

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.

3 participants