OpenVoiceOS / ovos-tts-plugin-piper

Apache License 2.0
17 stars 11 forks source link

WIP: fix: fixes confict between piper-tts versions #20

Closed dblencowe closed 8 months ago

JarbasAl commented 8 months ago

what conflict is this fixing exactly?

dblencowe commented 8 months ago

what conflict is this fixing exactly?

If I'm understanding the error that the builds are currently throwing (here), piper-tts >= 1.2.0 depends on a version of a library that isn't available on versions of Python below 3.9.

If I've understood that correctly, the solution is to either always install piper 1.2.0, or stop testing on python versions below 3.9? Happy to update if there's a better way!

JarbasAl commented 8 months ago

ok, merging this one so we have a last release published that works on older pythons, then ill merge the other one dropping compat for py < 3.9, those users will have to use an older plugin version