You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: