seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.2k stars 878 forks source link

fuzzywuzzy[speedup] -> no matches found #299

Closed SHxKM closed 3 years ago

SHxKM commented 3 years ago

Hi,

When trying to install with pip install fuzzywuzzy[speedup] I get zsh: no matches found: fuzzywuzzy[speedup].

NightMachinery commented 3 years ago

Use pip install 'fuzzywuzzy[speedup]'. It's a zsh quoting problem.