danielgatis/rembg

[BUG] rembg[cli] not availible on mac

07pepa opened this issue · 1 comments

Describe the bug
pip3 install rembg[cli] is not availible for mac

To Reproduce
Steps to reproduce the behavior:

  1. get yourself a mac
  2. run pip3 install rembg[cli]
  3. see error zsh: no matches found: rembg[cli]

Expected behavior
rembg[cli] is availible

OS Version:
14.4.1

Rembg version:
latest (not related)

Additional context
based on dependencies there is nothing preventing this to be installable on mac

Try pip3 install "rembg[cli]", with the quotes.