Add support for Python 3.13.3#1830
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