ReadAlongs / SoundSwallower

An even smaller speech recognizer / force aligner
Other
32 stars 4 forks source link

Add pre-compiled wheels for Python 3.11 #60

Closed joanise closed 9 months ago

joanise commented 9 months ago

I got one e-mail about not being able to install ReadAlongs Studio with Python 3.11 on Windows 11 because the compiler was not installed. lxml and soundswallower were the issues.

It would be nice to include Python 3.12 at the same time if that's feasible already.

joanise commented 9 months ago

I can fix lxml by bumping it to 4.9.4, but soundswallower is on us.

joanise commented 9 months ago

OK, python 3.12 will be a bigger issue, we can't even build SS with Python 3.12 on Linux at the moment...

joanise commented 9 months ago

Split 3.12 into its own issue #61

dhdaines commented 9 months ago

Hi, I will fix this shortly, it's two problems:

I already fixed both for PocketSphinx so it's pretty simple to do. Hope to have the time today...

dhdaines commented 9 months ago

Fixed in v0.6.4 release

joanise commented 9 months ago

Awesome, that's great! Thank you for doing this so quickly.