MycroftAI / mimic3

A fast local neural text to speech engine for Mycroft
GNU Affero General Public License v3.0
1.08k stars 103 forks source link

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

Open ebenfarnworth opened 2 years ago

ebenfarnworth commented 2 years ago

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

onkq commented 2 years ago

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

synesthesiam commented 2 years ago

Please try this for now:

pip install -f 'https://synesthesiam.github.io/prebuilt-apps/' ...
ebenfarnworth commented 2 years ago

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.

septatrix commented 1 year ago

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