-
Notifications
You must be signed in to change notification settings - Fork 23
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
support python 3.12 (and bump dependencies) #16
Comments
Yes, so far only python 3.10 is supported (unfortunately). As for dependencies, when I tried to install them on python 3.12, I found an answer on stackoverflow that this problem can be fixed in python 3.13. |
can you give the error? I'm using my fork for python 3.12. https://github.com/misilelab/rvc-python-butter |
× Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Getting requirements to build wheel did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
@TheDevisi |
I think your dependency is too low, for example your numpy version does not have 3.12 support, fairseq doesn't have it too.
The text was updated successfully, but these errors were encountered: