mimic3 icon indicating copy to clipboard operation
mimic3 copied to clipboard

Python install and sourse install fail at - satisfies the requirement onnxruntime<2.0,>=1.6

Open ebenfarnworth opened this issue 3 years ago • 4 comments

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).

ebenfarnworth avatar Jul 03 '22 08:07 ebenfarnworth

Hello. Yes, this will be fixed in onnxruntime version 1.12 as it doesn't support python 3.10

onkq avatar Jul 03 '22 16:07 onkq

Please try this for now:

pip install -f 'https://synesthesiam.github.io/prebuilt-apps/' ...

synesthesiam avatar Jul 05 '22 14:07 synesthesiam

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.

ebenfarnworth avatar Aug 30 '22 06:08 ebenfarnworth

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

septatrix avatar Dec 12 '22 02:12 septatrix