Is there a way to create Wheels for Windows?
Hi,
What repository are you using to build the mac wheel? Since rhasspy repo says that a line is too long when I do the wheel in GitHub actions.
You can find the scripts for building wheels in this repo at
https://github.com/csukuangfj/piper-phonemize/tree/sherpa-onnx/.github/workflows
Also, you can download wheels at
https://github.com/csukuangfj/piper-phonemize/releases/tag/2023.12.5
As for windows, sorry that we have not done that. Maybe you can adapt our scripts for Windows. Feel
free to ask if you encounter any issues.
Also, please ask at https://github.com/csukuangfj/piper-phonemize/issues to get a faster response.
Hi,
I'm trying to do this at https://github.com/rmcpantoja/piper-phonemize but wasn't successful. In main.yml the Windows package is able to be generated correctly, but not the wheel.
Please refer to
either
https://github.com/csukuangfj/piper-phonemize/blob/sherpa-onnx/.github/workflows/build-wheel-linux.yaml
or
https://github.com/csukuangfj/piper-phonemize/blob/sherpa-onnx/.github/workflows/build-wheel-macos-x86_64.yaml
Other files are not written by me.