spotify / basic-pitch

A lightweight yet powerful audio-to-MIDI converter with pitch bend detection
https://basicpitch.io
Apache License 2.0
3.37k stars 261 forks source link

pip install basic-pitch[tf]: 'no matches found' #139

Closed maxiedaniels closed 1 month ago

maxiedaniels commented 1 month ago

I'm on Mac Ventura (latest system), M1 Max, using pyenv with Python 3.10.14.

When i do pip install basic-pitch[tf] I get no matches found: basic-pitch[tf]

I'm just trying to get any form of this working for exploring an idea.. any pointers??

maxiedaniels commented 1 month ago

Ah, it's zsh causing the problem! If anyone else runs into this, use pip install "basic-pitch[tf]