whisper_mic
whisper_mic copied to clipboard
pip install whisper_mic not working
pip install whisper_mic not working
Environment : MacOS Python version 3.8.17 pip version 23.2.1
It is very hard to get this working on a Mac. I had to build some parent software from the source. I forget exactly what I did to get it working but it was not easy.
In either case, please share more information about your issue including stack traces.
windows 10 and same problem.
windows 10 and same problem.
error:
ERROR: Cannot install whisper-mic==0.0.1, whisper-mic==1.0.0, whisper-mic==1.0.1, whisper-mic==1.1.0, whisper-mic==1.1.1, whisper-mic==1.2.0, whisper-mic==1.2.1, whisper-mic==1.3.0 and whisper-mic==1.3.1 because these package versions have conflicting dependencies.
The conflict is caused by: whisper-mic 1.3.1 depends on torch whisper-mic 1.3.0 depends on torch whisper-mic 1.2.1 depends on torch whisper-mic 1.2.0 depends on torch whisper-mic 1.1.1 depends on torch whisper-mic 1.1.0 depends on torch whisper-mic 1.0.1 depends on torch whisper-mic 1.0.0 depends on torch whisper-mic 0.0.1 depends on torch
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Not working in Windows 11 either. For some reason it's downloading torch-2.2.0-cp311-cp311-win_amd64.whl from god knows where @ 200kb/s and fails at the end. pip install torch solves this
This still a problem?
Just now installed it on Macos. installation worked properly. However, it is not printing anything - it should be real time printing right? and how to stop it ?
Just now installed it on Macos. installation worked properly. However, it is not printing anything - it should be real time printing right? and how to stop it ?
How did you run it? Behavior and usage of the software can vary.
whisper_mic --faster --english --loop --model medium
Then keep talking and you will see that every few seconds the output is put to the terminal