Skip to content
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

Following install instructions I don't get transcription #79

Open
muchcharles opened this issue Nov 21, 2024 · 0 comments
Open

Following install instructions I don't get transcription #79

muchcharles opened this issue Nov 21, 2024 · 0 comments

Comments

@muchcharles
Copy link

muchcharles commented Nov 21, 2024

I'm on windows 10 Python 3.11.9 and I seem to only get recording and not transcription:

(venv) PS C:\Utilities\whisper-writer> Creating local model...
Local model created.
Recording...
Speech detected.
Recording finished. Size: 51360 samples, Duration: 3.21 seconds

(venv) PS C:\Utilities\whisper-writer> python --version Python 3.11.9

On the first run, when I save settings it tries to restart and fails with an exception in restart_app, but a manual restart or further settings changes and additional auto restarts work.

Is there a way to debug why the transcription phase doesn't happen?

My microphone is 16000hz which other issues say is what is needed.

I did see it download the model in a prior run. Where does it actually store it? I don't see it in any subdirs of the checkout or venv.

I'm on origin/main at 370333b

I tried the latest release version .zip too but there the pip install -r requirements.txt step fails with

Requirement already satisfied: setuptools in c:\utilities\whisper-writer-releaseversion\venv\lib\site-packages (from ctranslate2==3.23.0->-r requirements.txt (line 11)) (65.5.0)
INFO: pip is looking at multiple versions of faster-whisper to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.txt (line 14) and av==10.0.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested av==10.0.0
    faster-whisper 0.10.0 depends on av==11.*

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant