resemble-ai / Resemblyzer

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

New release plans to include latest changes? #79

Closed alexteua closed 1 year ago

alexteua commented 1 year ago

Hi, do you have any plans to do a release on pip? Current version can't be used with newest versions of librosa. The problem seems to be fixed in #71 . Would be great to have an updated version on pip. Thanks!

CorentinJ commented 1 year ago

I've made a push, please reopen the issue if you encounter any problem

https://pypi.org/project/Resemblyzer/0.1.2/

alexteua commented 1 year ago

Thanks @CorentinJ ! I installed a new version via pip, but now getting "ModuleNotFoundError: No module named 'resemblyzer'"

Dramalf commented 1 year ago

I met the same problem

CorentinJ commented 1 year ago

My apologies, I failed to include the package files in the version. Being in a bit of a rush I didn't bother with testing. I re-released under version 0.13

alexteua commented 1 year ago

@CorentinJ works now! Thank you! :)