Closed alvynabranches closed 7 months ago
Looks like a problem with speechbox
, not ˋpyannote.audio`.
What is the fix?
There is indeed no function for_json
in pyannote.core
.
The code calling for_json
is in speechbox
(line 90 of file speechbox/diarize.py
) , not pyannote
.
Closing.
Tested versions
System information
macOS 14.1 (23B2073) - M3 Max
Issue description
Code
Error
This was tried on Jupyter Notebook on local device as well as on Google Collab. The error remains the same.
Minimal reproduction example (MRE)
AttributeError: 'Annotation' object has no attribute 'for_json'