spotify / basic-pitch

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

LLVM error #118

Open jbarr44 opened 8 months ago

jbarr44 commented 8 months ago

I've installed basic pitch to my anaconda environment through pip. Trying the command basic-pitch, I get up to 'predicting MIDI for file name' when I get this error:

LLVM ERROR: Symbol not found: __svml_cosf8_ha

What does this mean?

drubinstein commented 8 months ago

Interesting error. Most likely you have some other non-python dependency incorrectly installed, namely Intel SVML (Short Vector Math Library). Most likely you'll want to reinstall a lot of the python dependencies from anaconda instead of pypi.