Current version of librosa for Voice AI
pip install librosa==0.9.2
install a version less than (for syntax purposes)
pip install "librosa<0.9.2"
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
pip install librosa==0.9.2
install a version less than (for syntax purposes)
pip install "librosa<0.9.2"
Comments
Post a Comment