resemble-ai / Resemblyzer

A python package to analyze and compare voices with deep learning
Apache License 2.0
2.75k stars 424 forks source link

Cannot import "sampling_rate" #43

Closed b-zhang93 closed 3 years ago

b-zhang93 commented 3 years ago

Whenever the line "from resemblyzer import sampling_rate" is run, I get an import error that says I cannot import "sampling_rate". This occurs when I import demo_utils as well because it has this line in its imports. Is there any reason this could be the case?

I am using Google Colab and just installed the resemblyzer package Today (Nov 17/20)

Any help would be appreciated thanks!

CorentinJ commented 3 years ago

See #39