-
Notifications
You must be signed in to change notification settings - Fork 46
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
requirements installation error #10
Comments
I dropped realtimetts down to 0.3.48 and removed pypiwin32 (I'm on Archlinux). That fixed some errors but then I got
Looks like tts 0.22.0 wants numpy==1.22.0 and python_version <= "3.10", but requirements is setting numpy==1.23.5. Docs say to use python 3.10.9. |
I removed some of the explicit versions in requirements.txt and installed torch/torchaudio 2.3.0 instead of 2.1.2. I'm still working on all the settings to get it to launch, but I think I've solved the requirements problems.
Here's my pip freeze:
|
Thank you very much for providing these changes. I will look into that and compare them with what we have until now. I can imagine what you had been through until ending up with this. There's no easy solution... I am working an this add-on to the Readme, so people know that to expect and as an explanation why it is like it is: Understanding Installation Challenges Sometimes people suggest, "Just provide a Docker container; installation is so hard." I understand the frustration, but here's why that is challenging:
Patience Is Key: Please have patience with the installation process. Things might not work on the first try. Sometimes, I just need a hint to things so I can fix them, and sometimes you might be able to solve issues by yourself. While it’s rare, there are instances where there might be nothing we can do. Trying to reduce those rare cases step by step.
|
More fun. Linguflex (or one of its dependencies) uses tkinter. I had to follow https://dev.to/xshapira/using-tkinter-with-pyenv-a-simple-two-step-guide-hh5 to get tkinter working inside a venv.
|
Ok please try to do: pip install transformers==4.38.2 |
That sounds like ctranslate2 thing and setting transformers back could solve that |
Blargh! I'm running a 1080TI, a pascal card, doesn't support float16 :(
|
Blargh! Spoke too soon. Thats just a warning. I just tried transformers==4.38.2. Got the same issue. |
I hate CUDA. I think there was some reason I did not use latest torch/torchaudio 2.3.0 but not sure if it was related to that. You might want to try 2.1.2 again. It's between faster_whisper and CUDA/torch, so maybe reinstall the current faster_whisper library could be worth it. Some dependent libs might have been replaced with other versions in the installation process. |
when i install requirements there is error:
The conflict is caused by:
The user requested openai==1.13.3
realtimetts 0.4.1 depends on openai==1.30.5
To fix this you could try to:
command used: pip install -r requirements.txt
Python 3.10.9
The text was updated successfully, but these errors were encountered: