-
Notifications
You must be signed in to change notification settings - Fork 240
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
Unable to install on ubuntu 22.04 with venv #139
Comments
Found the following potential solution and let it summarize by ChatGPT (sorry normally I'd answer personally but this was way faster this time): To resolve the Step-by-Step Guide to Downgrade
|
Thanks for the answer. I actually already went to chatGPT for this, before I came here so it's unfortunately already been tried, but didn't help.. What's weird is that it's trying to use the "mingw32ccompiler" which shouldn't be since I am on Linux..
|
I just ran into the very same problem when trying to reinstall. So installation broke. Reason is the idiap coqui-tts fork having soxr>=0.3.2 in their dependencies. That always tries to install the latest version, which has been updated to 0.5.0 and seems to be corrupted when trying to import scikit-learn for themselves. Hard fo fix within RealtimeTTS, because a underlying dependency broke. Pythons or better pypis dependencies handling is just a mess. One solution would be: I fork the idiap coqui-tss fork for myself, pin down the soxr back to soxr>=0.4.0 and force RealtimeTTS to install from my fork. But that's somehow ugly. |
Could you please provide the full error logging? |
I also logged an issue for the team of the idiap coqui tts fork. Hope we get this resolved soon. |
Sure:
|
@KoljaB I released coqui-tts 0.24.2, which should work fine again. Let me know if there are still any issues and thank you for your fix! |
Just tested 0.24.2, Installation went fine, first tests with RealtimeTTS look good. Thank's a lot for your insanely fast reaction. |
After updating the installation worked. Thanks a lot for the swift resolution! |
System Info:
OS: Ubuntu 22.04
Python: Python 3.10.12
PIP: pip 24.2
When trying to install the package via
pip install realtimetts[all]
I get the following error:I already updated pip and tried the install for cuda mentioned in the readme.
I am installing this inside a venv
The text was updated successfully, but these errors were encountered: