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

zsh cannot interpret the square brackets #68

Closed
dcleres opened this issue Jul 25, 2024 · 0 comments · Fixed by #69
Closed

zsh cannot interpret the square brackets #68

dcleres opened this issue Jul 25, 2024 · 0 comments · Fixed by #69

Comments

@dcleres
Copy link
Contributor

dcleres commented Jul 25, 2024

When running the command pip install -e .[all] with a zsh-based terminal from the README. The following error appears:

zsh: no matches found: .[all]

This can be solved with the following fixes:

Install the package with the extras using escaped square brackets:

pip install -e .\[all\]

Alternatively, you can use quotes to avoid escaping:

pip install -e ".[all]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant