- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.7k
 
Description
I'm posting this because the Linux install instructions in the main page never worked for me.
- 
Once you download the .zip file from the repository, extract it to a folder. You should see a file that's named "install_packages.sh". Right click this file, and click "Properties"
 - 
Go to the "Permissions" tab and check "Allow executing file as program" and close the Properties menu
 - 
Double click the "install_packages.sh" file and click "Run in Terminal". This should actually install the requirements you need.
 - 
After that, make sure you also update Numpy to specifically version 1.24. You can do this by opening Terminal and typing this in the console:
 
pip install numpy==1.24
- After updating, go back to the folder where you extracted the UVR files to. Open Terminal in this folder by right clicking inside the folder and clicking "Run in Terminal"
 
Type in either of these:
python UVR.py
python3 UVR.py
Hopefully it runs on your end after this!