-
Notifications
You must be signed in to change notification settings - Fork 830
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
Whisper and pyannote 3.1 : AttributeError: 'list' object has no attribute 'get' #1600
Comments
Hi, I am having same issue. Have you solved it? |
Unfortunately no :( |
same issue:( |
same issue :( |
Same 🤦♂️ (posting to keep this issue alive) |
I've solved the problem, and it seems like environment setting is wrong |
What changes did you made I am also facing same issue |
@freshpearYoon How did you solve ? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm using this script to diarize then transcribe speach using pyannote.audio and whisper. Using pyannote 2.1, it works perfectly, but then, when I change the version used to the latest (3.1), I get an error when running this line :
When I should have the transcript of the audio I'm using, I get the error message
AttributeError: 'list' object has no attribute 'get'
.pyannote 2.1 works fine, so so far I'm happy to use it, but I'm very frustrated not to be able to see what the latest versions do.
Any idea ?
The text was updated successfully, but these errors were encountered: