-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
While I was trying to package piano_transcription_inference for Nix, the following error encountered:
File "/usr/local/lib/python3.9/site-packages/piano_transcription_inference/utilities.py", line 556, in load_audio
y = librosa.core.audio.resample(y, sr_native, sr, res_type=res_type)
TypeError: resample() takes 1 positional argument but 3 positional arguments (and 1 keyword-only argument) were given
Downgrade librosa to 0.8.1 and it worked fine.
Saurabh3652, bugsz and cr941131
Metadata
Metadata
Assignees
Labels
No labels