[Solved] AttributeError: module ‘librosa.feature‘ has no attribute ‘inverse‘

The librosa version used is 0.6.1.

According to the librosa documentation, inverse is only 0.8.1 version. Just upgrade librosa to a lower level.

pip install --upgrade librosa

Read More: