Skip to content

How I fixed the matching error on my end (Linux Mint) #2018

@DrKyoumasaur220

Description

@DrKyoumasaur220

I'm posting this because the Linux install instructions in the main page never worked for me.

  1. 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"

  2. Go to the "Permissions" tab and check "Allow executing file as program" and close the Properties menu

  3. Double click the "install_packages.sh" file and click "Run in Terminal". This should actually install the requirements you need.

  4. 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

  1. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions