Sampo Smolander

Results 3 comments of Sampo Smolander

A workaround for Python 3.10: * Install the nightly build of `onnxruntime`: `pip install ort-nightly` * Install mimic3 without dependencies: `pip install --no-deps mycroft-mimic3-tts[all]` * Look at the output of...

Similar discussion 4 days earlier: https://github.com/MycroftAI/mimic3/issues/2

First I used `pygam = "*"`, and for some reason poetry had installed pygam version 0.8.0 for me. And I hit this same issue. Fix: Specify the latest version `pygam...