metavoiceio / metavoice-src

Foundational model for human-like, expressive TTS
https://themetavoice.xyz/
Apache License 2.0
3.91k stars 661 forks source link

Not sure about running instructions in Usage #199

Open lukaLLM opened 1 month ago

lukaLLM commented 1 month ago

So I install everything up to usage but when I run fast_inference I get no module named 'librosa' even though its seen in poetry show I installed everything on win in cmd following the instructions C:\Users\Luke\metavoice-src>poetry show librosa name : librosa version : 0.10.1 description : Python module for audio and music processing

dependencies

required by

C:\Users\Luke\metavoice-src>poetry run python -i fam/llm/fast_inference.py Traceback (most recent call last): File "C:\Users\OneBonsai\metavoice-src\fam\llm\fast_inference.py", line 8, in import librosa ModuleNotFoundError: No module named 'librosa'