Important Compatibility Issue with TTS 0.22.0 and Librosa 0.10.0 and 0.10.1 #3537
OrbitPeppermint
started this conversation in
Versions & Releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions