danielgatis / rembg

Rembg is a tool to remove images background
MIT License
15.39k stars 1.75k forks source link

[BUG] rembg[cli] not availible on mac #616

Closed 07pepa closed 3 months ago

07pepa commented 3 months ago

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

KidJunky commented 3 months ago

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