Skip to content

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

Description

@Ushio-Kasana

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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