ascoderu / xtarfile

Wrapper around tarfile to add support for more compression formats
Apache License 2.0
8 stars 5 forks source link

Pip install not working in MacOS #13

Open Yullin opened 1 year ago

Yullin commented 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

pip version:

pip 23.1.2 from /opt/logs_upload/lib/python3.11/site-packages/pip (python 3.11)
c-w commented 1 year ago

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.