Yesterday, i used the model for PREDICTION with librosa 0.8.0 in my conda environment.
In this 0.8.0 version librosa.output.write_wav (line 55 in prediction_denoise.py for example) is deprecated (cf. stackoverflow#63997969).
So librosa==0.6 has to be specified in requirements.txt.