-
Notifications
You must be signed in to change notification settings - Fork 133
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 dependency conflict #180
Comments
Is there any specific module you are trying to use? TTS (coqui) package is creating the most incompatibilities so if you don't need it - remove from dependencies |
Same here. I specifically need TTS. |
@hidoba do you have both Python 3.11 and VS build tools installed? |
It's working fine for me with 1.24.4 in linux and also with new coqui. Just change the versions in requirements.txt. |
send the gist with fixed versions? |
Just install https://pypi.org/project/TTS/#files for your python version and do pip install numpy==1.24.4, that's all there is to it. I am at the point of ignoring people's requirements.txt and updating what needs to be done manually. Too many cases of trying to downgrade torch/transformers for me or other packages for no reason. |
Python 3.11.6, vs c++ build tools 2022, installing via launcher
The text was updated successfully, but these errors were encountered: