mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
674 stars 154 forks source link

pip install whisper_mic not working #48

Open sujoyrc opened 10 months ago

sujoyrc commented 10 months ago

pip install whisper_mic not working

Environment : MacOS Python version 3.8.17 pip version 23.2.1

mallorbc commented 10 months ago

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.

DefomCode commented 6 months ago

windows 10 and same problem.

DefomCode commented 6 months ago

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:

  1. loosen the range of package versions you've specified
  2. 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

dsoudakov commented 5 months ago

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

mallorbc commented 2 weeks ago

This still a problem?

sujoyrc commented 2 weeks ago

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 ?

mallorbc commented 2 weeks ago

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