-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Numpy 1.22.0 and 1.24.3 Problem with TTS 0.22.0 and Librosa 0.10.0 and 0.10.1 #3538
Comments
Consider editing the deps. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
I have updated the deps where I negate the numpy versions 1.22.0 , 1.22.1 and 1.22.2 , defined tts <= 0.22.0 and librosa without any definitions. In the end I got the versions • Librosa: 0.10.0.post2 |
I don't remember having issues with 1.23.5 and new TTS. I run XTTS and numpy keeps getting upgraded. I did upgrade librosa to the latest. |
This is fixed in our fork: https://github.com/idiap/coqui-ai-TTS Thanks for pointing it out. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels. |
Hello everyone,
I'm working as a scientistic assistance on Linux and we had a compatibility problem with TTS 0.22.0, Librosa 0.10.0 and Numpy 1.22.0 after an TTS Update from 0.11.0 to 0.22.0.
With these updates we got the following traceback:
After this I was looking inside of the requirements of TTS 0.22.0 to search for the numpy compatibility:
and Librosa 0.10.1:
With this knowledge I updated from python 3.10 (uninstalled) to python 3.11 and defined
numpy==1.24.3
in our requirements, because I thought it needs the next higher compatible version, as read in the TTS requirements. But, while building, the compiler said:I already tried to install numpy, librosa and tts without an version tag, but I got again the 1.22.0 numpy version with librosa 0.10.0 and tts 0.22.0 with the error at the beginning.
Why does the compiler stops at the first requirement validation and doesn't run through to the next one? Does anyone has an idea to fix it? install python 3.10 and 3.11?
Originally posted by @OrbitPeppermint in #3537
The text was updated successfully, but these errors were encountered: