Issues with RealTimeSTT? #17
-
Are you still providing any kind of support for this project? I am trying to put this together and get it running in VS Code. I spent a day getting DeepSpeed to install before realizing I was using the wrong python version for my environment for the deepspeed 0.15.0 version. But now when trying to run the main.py I am getting an issue with CoquiEngine hanging up because of issues with RealTimeSTT. I'm not really a programmer or developer so I'm struggling to piece together what needs to be done or what I have overlooked. But I am always struggling getting the dependencies for RealTimeSTT in order. It always needs a torch version higher or lower then what everything else needs. I'm not sure its worth even listing what all I have tired as I'm not really even sure I am taking the right approach. I will say I started with installing the requierments and pipfreeze; but got hung up on deepspeed as the version this project used was being a real hassle to get installed on windows; but the 0.15.0 version has sort of resolved the extra things that used to be needed, like doing a WSL install. Swapping the virtual environment to python3.11 made it very easy to get DeepSpeed 0.15.0 installed. But now I can't get past this STT/Torch compatibility thing. I think I have hit my current limit on what I can do to diagnose this without a smarter mind helping me out. This project seems like the best of its type to me at the moment with the base features I'd like without a bunch of excessive stuff just bloating it up. So its a shame its not getting a bit more work currently. I hope someone can help me figure this out, or someone more capable then me can put together an update. Here is my current pip freeze |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 14 replies
-
Hey there! Thanks for your interest.
Click on the "provided wheels" link, and it'll bring you to a place to download the DeepSpeed 0.14 version I was using. If you have further problems, lmk! I don't have as much free time as I did in the summer, but I'll try my best to help. |
Beta Was this translation helpful? Give feedback.
If you can install realtimetts with coqui in another venv, try pulling my new commit and installing. I just went through a clean install and fixed all the dependency problems I ran into, so it should work. Most significantly, I now specify the numba and transformers version that's compatible with everything else.