-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac M1 problem with setup #241
Comments
Hmm, are you installing in a virtual environment? I just did the following on an M1 macbook pro and there were no issues, maybe try this? (you can skip pyenv steps, I just did that to ensure I was trying the exact same python version)
|
does it make a difference that I utilize python3 -m venv test? python -m venv test would not work. Apologies if this is basic. |
Nope, that's the same thing, and definitely don't apologize :) I'm happy to help however, and glad you're trying to mess with this since it's not super user friendly. I forget that I have python aliased to python3 haha, you should be good to go with that. |
I really appreciate the patience... so I will do my best to display what I see on my terminal page:
After this it does this error message and appears to cycle different renditions of python (image): The only thing that I can think of is that I installed miniconda on my computer a few days ago. It is set by default to any new Terminal window. However,I deactivate it by using |
Analyzing this error below leads me to believe that perhaps there should be a tts folder in
|
Hmm, this is pretty strange, doing the install in a virtual environment should have cleared the issues. There's a possibility there were things missing from the requirements.txt file in the repo recently. Let's try one more thing. In the repo, do a |
Hello. Unfortunately, this did not work. I am still trying to find a solution. Thanks. |
Thanks for following up. Can you try Depending on what speech synthesis you're looking for, you might try https://github.com/aedocw/epub2tts-edge . That version has a much smaller set of dependencies, but only offers MS Edge TTS. |
Thanks for all your help, again I am not a developer by any means, however this is how I solved this problem and wanted to recreate my steps in the event a future user needs the details. I suspect that the current version of python 3.12.3 is not compatible with TTS.
Finally (and I suspect this makes no difference) is that I ran this code in mac Ventura whereas earlier I was using Monterey. |
I have the same issue. Can TTS be replaced with this is a fork from the original repo. the fork is here https://github.com/idiap/coqui-ai-TTS |
I keep running across an error in the installation process which states:
it then runs through what appears multiple versions of different python and gives this error:
I am trying to install in a virtual environment and I am following the instructions for Mac installation per the documentation. A check with pyenv indicates that python 3.11.9 was set by epub2tts. I am Running M1 on Monterey. Thanks in advance.
The text was updated successfully, but these errors were encountered: