-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add support for Python 3.13.3 #1830
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
base: master
Are you sure you want to change the base?
Conversation
Should note this additionally does what #1311 did as well. |
Oh very nice, was just trying to get this to work on my machine, when I thought to myself: why not look through the issues. |
With Python 3.13 on Arch Linux I still get this error though:
|
@Auxority hmm try audioread==3.0.1. wait are you using my branch or the native branch my requirements.txt already has this change in it. |
Pff, thanks mate. Tried to quickly get this working before dinner. Gimme a sec :) |
@Auxority also could you make a PR for the readme for what's required as a base install to work on arch ? |
Yeah that's a good idea, doesn't require much. Just had to know that I had to install python 3.9, combine that with virtualenv (to install a virtual env for a specific python version), and you're good to go. |
Had to make a minor change in
But can't launch UVR yet:
Will debug it later, heading out rn. |
You shouldn't have had to the version was made for python 3.13. The error you're getting is because I think I accidently pushed config for models I downloaded but you don't have them. |
Hi Auxority I am facing the same error when I try to launch the application. Have you found a solution? |
Just create v3_v4_repo folder in |
I went through and updated a bunch of dependencies I know this is not perfect but it works directly on Debian/ubuntu based systems. Happy to change anything as needed. Also had a question on why we were using torch.load on the CPU rather than the GPU?
Addresses issues:
#1789
#1674
#1661
#1628
#383