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
I want to start the 01 server with the "local" profile to use ollama, coqui, and faster-whisper.
conda activate 01 (python=3.11)
cd ./01/software
poetry run 01 --profile local
And then I get:
"raise Exception("Failed to connect to the server after multiple attempts")Exception: Failed to connect to the server after multiple attempts."
And the traceback says last: ImportError: cannot import name 'magphase' from 'librosa'
My System is Ubuntu 22.04 on a Razer Laptop with Nvidia RTX 3070, but i got the very same error trying it on an AMD machine and on a ThinkPad with Intel CPU, always the same.
I tried various combinations of librosa and torchaudio, they always conflict in up/downwards compatibility.
The text was updated successfully, but these errors were encountered:
I want to start the 01 server with the "local" profile to use ollama, coqui, and faster-whisper.
And then I get:
"raise Exception("Failed to connect to the server after multiple attempts")Exception: Failed to connect to the server after multiple attempts."
And the traceback says last: ImportError: cannot import name 'magphase' from 'librosa'
My System is Ubuntu 22.04 on a Razer Laptop with Nvidia RTX 3070, but i got the very same error trying it on an AMD machine and on a ThinkPad with Intel CPU, always the same.
I tried various combinations of librosa and torchaudio, they always conflict in up/downwards compatibility.
The text was updated successfully, but these errors were encountered: