I want to load *.wav files. I am using the following code
audio, sample_rate = librosa.load(file_name, res_type='kaiser_fast', duration=20)
However, I get the following error
No module named 'resampy'
I tried to install resampy and it successfully installed. However, the error did not solve.
I am expecting to use kaise_fast and do not get an error.