Open Yullin opened 1 year ago
The installing command is not working in MacOS. It's shows like this: zsh: no matches found: xtarfile[zstd] It's working in Linux
zsh: no matches found: xtarfile[zstd]
pip version:
pip 23.1.2 from /opt/logs_upload/lib/python3.11/site-packages/pip (python 3.11)
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.
[
]
pip install "xtarfile[zstd]"
The installing command is not working in MacOS. It's shows like this:
zsh: no matches found: xtarfile[zstd]
It's working in Linuxpip version: