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

AttributeError: module 'numpy' has no attribute 'bool'. #85

Closed fseasy closed 11 months ago

fseasy commented 1 year ago
numpy                         1.24.3

May be we should fix it? very easy... I have hacked it by np.bool = np.bool_ in my application code, but it's better upgrade the source code.

same issure but not explicit error in title #83