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
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'
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'