Can't install TTS with Conda and M1 Pro CPU #1763
Replies: 1 comment 3 replies
-
That was probably me. I cloned the TTS repo, created a new venv (with Conda), then installed all packages from requirements.txt - first with Conda, if package is not available there with pip. Some of the g2p deps (for japanese and chinese) must be installed manually (cloning repo, then buid the project). This got me so far that I can run Recently I tried to install the latest TTS from PyPi (version 0.7.1, first created new venv and build the g2p deps manually - see above) but the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hey guys,
First off, I seriously love this project. I'm pretty new to neural speech synthesis, and really excited to keep going. I recently got an M1 MacBook Pro, and was somewhat disappointing to find that coqui doesn't seem to be compatible. I saw on here that someone was able to get it working using Conda, but despite installing almost every package that was available it still won't run. I'm not sure what I'm doing wrong, can someone please point me in the right direction? Luckily I still have my Intel Mac, but I would like to see this resolved as soon as possible, as those machines won't be supported forever. Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions