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

AttributeError: module 'faster_whisper' has no attribute 'BatchedInferencePipeline' #265

Open
Petervg1810 opened this issue Nov 4, 2024 · 2 comments

Comments

@Petervg1810
Copy link

When I run diarize.py I get the following error related to line 124:

AttributeError: module 'faster_whisper' has no attribute 'BatchedInferencePipeline'

Is there something I need to change to fix this? Thanks for your help.

@MahmoudAshraf97
Copy link
Owner

Reinstall faster whisper from source

@SIlver--
Copy link

I came across this problem as well and looks like it came up in the original repo. I couldn't fix the problem until I realized the problem for me. This might come up for others.

I had my requirements order wrong. A different project that references faster-whisper was being installed first, and even if you reference the git source after that, since git source is still 1.0.3, it won't overwrite the package manager version.

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

3 participants