Skip to content

Following install instructions I don't get transcriptionΒ #79

Open
@muchcharles

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions