Open ebenfarnworth opened 2 years ago
Hello. Yes, this will be fixed in onnxruntime version 1.12 as it doesn't support python 3.10
Please try this for now:
pip install -f 'https://synesthesiam.github.io/prebuilt-apps/' ...
As of today I was able to run the source install on Arch Linux following the standard instructions without any errors, I now have a working version of Mimic3. Issue closed.
Similar to #10. While a new version seems to be released for 3.10 now (which was the version talked about in the other issue), we still have to wait for a new release supporting 3.11
Installation fails at, installing onnxruntime This happens both on the python install and the source install. Using an up to date Arch Linux install on an AMD64 desktop computer.
ERROR: Could not find a version that satisfies the requirement onnxruntime<2.0,>=1.6 (from mycroft-mimic3-tts[all]) (from versions: none) ERROR: No matching distribution found for onnxruntime<2.0,>=1.6
(I have tried to manually install onnxruntime without success, I get the same versioning issue).