Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels