-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cannot install on Python version 3.12 #15
Comments
Hi there, I can't be completely sure what the issue is, but when similar issues have occurred, it's often been related to an improperly set up Please let me know if this appears to be correct and we can try and troubleshoot further. Thanks! :) |
Hey, thanks for nudging me to debug the issue! The problem was that if you're running bash on Windows, then you have to follow the "Linux" instruction of running Sometimes I wonder why Python can't be a "normal" programming language that lets users simply run an app... It stopped working after pulling the latest version because "No module named 'pynput'", but I just had to run Can I recommend making |
Btw, since you just changed the default keystroke ― I prefer the original keystroke Ctrl+Alt+Space because Ctrl+Shift+Space is already used in Visual Studio and Visual Studio Code to Show Parameter Information.
Now that it's working it's fun to think about features that would make a really great transcription app:
Edit: Also would be great to have a list of case-insensitive replacements / regexes, like
I noticed that it doesn't understand "paren" or "tilde" so I just wrote down several of the recognitions it actually produced. |
Hi @qwertie, thanks so much for your troubleshooting and your comments! They're very helpful! :) I originally made this app just for my own personal use after getting extremely frustrated with the built-in Windows speech-to-text and wasn't expecting it to get much attention. It's pretty cool that others are using it and finding it useful too! But I'll be upfront about the fact that I'm not going to be dedicating a large amount of time to maintaining this. I'll probably work on some small features in the immediate future, but I don't currently have the availability to work on a lot. If someone else does though, I'd be happy to start paying attention to PRs and other issues/comments! To address your points:
Thanks again! I appreciate your excitement for the app :) |
Awesome! Thanks for your response! It was a little surprising that the Whisper people didn't make an app like this themselves, so thanks for stepping up! Sadly though, I'm way behind on my own open-source work so I can't really afford to do an extra project myself.
Finally, it's great that it automatically downloads a model....
But this happened after recording. I assume it downloads when you call Speaking of performance, I expect Whisper would support my NVIDIA GeForce GTX 1660 but it seems to be running on the CPU, so any model bigger than "base" is too slow. Any ideas? While I was looking for Whisper's API documentation, I stumbled upon a Faster Whisper though, so that's cool. |
So I installed Python 3.11 (on Windows) just to run this app, and I set up the venv like this:
But I'm not experienced at python and it's apparently still running on python 3.12?
Do you know what to do?
The text was updated successfully, but these errors were encountered: