Skip to content

FileNotFoundError: Shared library with base name 'whisper' not found #23

@BeyondLogan

Description

@BeyondLogan

Im on Windows running python 3.12.6 and i cant seem to get past this error
FileNotFoundError: Shared library with base name 'whisper' not found

The Code
from whisper_cpp_python import Whisper
whisper = Whisper(model_path="/Main Base/ggml-large-v2.bin")
output = whisper.transcribe(open('/Main Base/output.wav'))
print(output)

dose anybody know how to fix this issue?

Metadata

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