Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible libraries #45

Open
marcthenarc opened this issue Apr 2, 2023 · 0 comments
Open

Incompatible libraries #45

marcthenarc opened this issue Apr 2, 2023 · 0 comments

Comments

@marcthenarc
Copy link

marcthenarc commented Apr 2, 2023

Hello.

I have this incompatibility issue:

pip install voicefixer==1.0.2

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.

@marcthenarc marcthenarc changed the title Incompatble libraries Incompatible libraries Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant