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

Pip install not working in MacOS #13

Open
Yullin opened this issue Jun 24, 2023 · 1 comment
Open

Pip install not working in MacOS #13

Yullin opened this issue Jun 24, 2023 · 1 comment

Comments

@Yullin
Copy link

Yullin commented Jun 24, 2023

The installing command is not working in MacOS.
It's shows like this: zsh: no matches found: xtarfile[zstd]
It's working in Linux

pip version:

pip 23.1.2 from /opt/logs_upload/lib/python3.11/site-packages/pip (python 3.11)
@c-w
Copy link
Member

c-w commented Jun 26, 2023

I would assume that this is linked to zsh treating [ and ] as special characters. Try pip install "xtarfile[zstd]" and if that works for you, feel free to open a PR to update the documentation/readme.

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

No branches or pull requests

2 participants