marianne-m / brouhaha-vad

Predicts the level of noise and reverberation on your audiofiles
MIT License
138 stars 24 forks source link

no attributes 'introspection' #13

Closed ljr10225008 closed 1 year ago

ljr10225008 commented 1 year ago

Dear Marvin,

When running the codes, the following errors occurred, image I tried on both Windows and Ubuntu, and the same error occurred. There is no problem when doing the installation.

Could you let me know how to solve the problem?

regards, Jiarui

arthuruan commented 1 year ago

Same error on Mac.

image

DeivisonJordao commented 1 year ago

image

marianne-m commented 1 year ago

Hi ! Which pyannote.audio version do you have ? I reproduced the error if the version >= 3.0.0. You can downgrade it with pip install pyannote.audio==2.1.1. I'll update the requirements file :)

shenberg commented 1 year ago

Note: on mac pyannote.audio==2.1.1 fails to install due to the hmmlearn dependency failing to build, I commented-out the line and used pyannote.audio==3.0.0 🙈

ljr10225008 commented 1 year ago

Pyannote.audio==2.1.1 worked on Ubuntu! Thanks!

marianne-m commented 1 year ago

Brouhaha now works with pyannote.audio==3.0, so you can use it on mac !

arthuruan commented 1 year ago

it worked, thanks!