MycroftAI / mimic2

Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
Apache License 2.0
581 stars 103 forks source link

Workaround llvmlite being incompatible with current llvm - Bug #49 #51

Closed benbucksch closed 4 years ago

benbucksch commented 4 years ago

Docker installation is broken. This fixes it. Fixes #49

My change to requirements.txt will also affect users who do not use docker. It might be better to make that change only for docker? Up to you to see.

Please modify my changes as you see fit.

forslund commented 4 years ago

Hi, I've quietly followed the discussion and I believe this is a good workaround. Thanks!

To protect yourself, the project, and users of Mycroft technologies we require a Contributor Licensing Agreement (CLA) before accepting any code contribution. This agreement makes it crystal clear that along with your code you are offering a license to use it within the confines of this project. You retain ownership of the code, this is just a license.

Please visit https://mycroft.ai/cla to initiate this one-time signing.

krisgesling commented 4 years ago

Looks good and building fine.

Big thanks for the fix Ben!

benbucksch commented 4 years ago

Thanks goes to @JasonGhent and @Motoma in #49