-
Notifications
You must be signed in to change notification settings - Fork 111
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
[Bug] Install fails with: No module named 'distutils.msvccompiler' #91
Comments
Thank you! Yes, I saw that as well, trying some workarounds in #90 and will make a new release as soon as there is a fix. Any help is welcome, I don't have a lot of time this week. Not sure what exactly the underlying issue is. Some relevant discussion for the same error is here: |
Can install my fork on fresh venv in Windows 11 with "pip install git+https://github.com/KoljaB/coqui-ai-TTS.git" again. Setting the following dependencies in the pyproject.toml to fixed version numbers worked for me: Can anybody confirm? |
Thanks for the workaround @KoljaB 🙏
Is this new upper bound in the dev branch mandatory? |
That's also contained in the dev and main branches of idiap/coqui-ai-TTS, I am not sure if this might be necessary. I didn't find huggingface-inference-toolkit to be installed on my venv (other platform, other dependency tree maybe). |
I can confirm. It worked on Ubuntu 22.04 |
Describe the bug
Got the above mentioned issue for my RealtimeTTS library yesterday) for Ubuntu. I was able to reproduce the issue for Windows 11 too.
I tested on Python 3.10.9 with pip 24.2, 24.0 and 23.3.1. Looks like something around looking for a wheel for scikit-learn fails (in context of librosa... soxr wheel resolvement also looks strange). Interesting is, I can install librosa, soxr and scikit-learn separately without problems, but even then "pip install coqui-tts" fails.
Logging (environment: Windows 11, CUDA 12.1):
Logging (environment Ubuntu 24.04):
Please let me know if I can provide any more information to help track this problem down.
To Reproduce
pip install coqui-tts
Expected behavior
working installation
Logs
No response
Environment
Python 3.10.9 with pip 24.2, 24.0 and 23.3.1. Windows 11, CUDA 12.1. Also reported for Ubuntu 24.04.
Additional context
No response
The text was updated successfully, but these errors were encountered: