You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
voicefixer 0.1.2 requires librosa<0.9.0,>=0.8.1, but you have librosa 0.9.1 which is incompatible.
Then I tried to install 0.9.0 instead:
torchcrepe 0.0.18 requires librosa==0.9.1, but you have librosa 0.9.0 which is incompatible.
I tried to run it anyways with 0.9.0 couldn't run the program in the end because of an error:
File "E:\Miniconda\envs\softvc\lib\site-packages\torchlibrosa\stft.py", line 177, in __init__
fft_window = librosa.util.pad_center(fft_window, n_fft)
TypeError: pad_center() takes 1 positional argument but 2 were given
Please advise.
M.
The text was updated successfully, but these errors were encountered:
Hello.
I have this incompatibility issue:
pip install voicefixer==1.0.2
Then I tried to install 0.9.0 instead:
I tried to run it anyways with 0.9.0 couldn't run the program in the end because of an error:
Please advise.
M.
The text was updated successfully, but these errors were encountered: