-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
The installation command pip install jupyter-ai[all] fails in a zsh environment #1209
Labels
Comments
srdas
added a commit
to srdas/jupyter-ai
that referenced
this issue
Jan 21, 2025
Fixes jupyterlab#1209 Updated documentation to handle installation using `zsh` on Macs, which is now the default shell.
Thanks for reporting this gap in our documentation! We've already opened a PR to update the docs, and this issue will be closed shortly. |
srdas
added a commit
to srdas/jupyter-ai
that referenced
this issue
Jan 27, 2025
Fixes jupyterlab#1209 Updated documentation to handle installation using `zsh` on Macs, which is now the default shell.
srdas
added a commit
that referenced
this issue
Jan 28, 2025
* Updated documentation for pip install in zsh Fixes #1209 Updated documentation to handle installation using `zsh` on Macs, which is now the default shell. * Update openrouter.py
Darshan808
pushed a commit
to Darshan808/jupyter-ai
that referenced
this issue
Feb 4, 2025
* Updated documentation for pip install in zsh Fixes jupyterlab#1209 Updated documentation to handle installation using `zsh` on Macs, which is now the default shell. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update index.md --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Darshan808
pushed a commit
to Darshan808/jupyter-ai
that referenced
this issue
Feb 4, 2025
) * Updated documentation for pip install in zsh Fixes jupyterlab#1209 Updated documentation to handle installation using `zsh` on Macs, which is now the default shell. * Update openrouter.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
This is a documentation bugfix/request.
The installation step
pip install jupyter-ai[all]
fails in a zsh environment because zsh uses square brackets for pattern matchingThe square brackets need to be escaped or the entire package name quoted.
pip install 'jupyter-ai[all]'
works correctly.Note that zsh is the default shell for Mac users since Catalina https://support.apple.com/en-ca/102360
Reproduce
Expected behavior
Following the installation instructions should work on Macs running the default shell.
The installation instructions could be updated to a quoted version or separate installation steps for Mac users could be added.
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: