where's Linux? #579
Replies: 7 comments 13 replies
-
https://github.com/Anjok07/ultimatevocalremovergui/archive/refs/heads/master.zip |
Beta Was this translation helpful? Give feedback.
-
Via pip3, you can find instructions for Ubuntu in the readme file. If you use another distribution, then use the appropriate package manager for that distribution before the last command "pip3 install -r requirements.txt". Currently, Ubuntu 22.04 / 22.10 works well, the same for Linux Mint 21 and probably Fedora 37. If you are using a rolling release distro, Arch or Debian Sid based this version will not work for a while due to some Python dependencies. Also, if you manage to install this and get a choppy sound in your audio file after all, just remove gstreamer1.0-libav package from the system. It's currently bugged in Ubuntu. |
Beta Was this translation helpful? Give feedback.
-
Just an update on this regarding the Linux install. In my previous answer, I wrote that due to Python dependencies, it will not work on rolling release distributions. Well, it will work like a charm on every distribution and version, I just tested this on Debian Sid and Arch as well. All you have to do is to install pyenv package and create a virtual Python environment for this purpose. The last version of Python that works with UVR 5.5.1 is 3.10.12. These are the installation steps for Debian, for other distributions just use the appropriate package manager but everything else is the same.
Now you need to download UVR from this link The archive must be unzipped, and you need to cd to the directory and run the command: At the very end, you can create a shortcut or just run the application from the terminal using this command (depending on where you unzip the UVR folder, I unzipped the archive in /opt, and I can run it like this from the terminal)
In case you need the system version of Python for something else, you can set it from the terminal with UVR will still work as we have version 3.10.12 in the shortcut path and will not interfere with the system version of Python. |
Beta Was this translation helpful? Give feedback.
-
What distribution are you using? Before you start with Python virtual env, make sure you installed all packages I mentioned above. The error you are reporting is related to the python3-tk package. If pip3 install command caused a complete system crash, it means that you are not using a virtual env instead of the system version of Python. Before you execute the command pip3 install, you need to set
|
Beta Was this translation helpful? Give feedback.
-
arch, using a conda env: important things i learned while trying to install on linux so far: remove dora from requirements.txt otherwise installation of requirements is not possible
reinstalling with these conditions. will report if it worked. no, it didn't work. got the pyglet playsound error. i see above that people are using python 3.10.12? is that the magic bullet? trying that. will report what happens. edit: no, after wiping my old env, making a new one for python 3.10.12, still getting the "playsound is relying on another python subprocess" i wonder what that subprocess is supposed to be. pyglet etc etc. |
Beta Was this translation helpful? Give feedback.
-
Follow the steps carefully I wrote above, it still works fine on Debian. Try using pyenv as well. |
Beta Was this translation helpful? Give feedback.
-
Updated installation guide for Arch and current UVR, master branch. sudo pacman -Syu ffmpeg Now you need to download UVR from this link The archive must be unzipped, and you need to cd to the directory and run the command: Before pip3 install, open requirements.txt file and remove line Dora==0.0.3 At the very end, you can create a shortcut or just run the application from the terminal using this command (depending on where you unzip the UVR folder, I unzipped the archive in /opt, and I can run it like this from the terminal) /home/USERNAME/.pyenv/versions/3.11.10/bin/python3 /opt/ultimatevocalremovergui-master/UVR.py In case you need the system version of Python for something else, you can set it from the terminal with |
Beta Was this translation helpful? Give feedback.
-
I can't find the Linux download, is there something I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions