Skip to content

Instantly share code, notes, and snippets.

@mortalis13
Last active June 1, 2024 20:47
Show Gist options
  • Save mortalis13/9f40435e802a2d71d7e0b5f23546707e to your computer and use it in GitHub Desktop.
Save mortalis13/9f40435e802a2d71d7e0b5f23546707e to your computer and use it in GitHub Desktop.
  • download code from https://github.com/Anjok07/ultimatevocalremovergui
  • set numpy==1.24.2 in the requirements.txt, as the lower version has conflicts with multiple libraries
  • create venv
  • set SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True, for the warning from the sklearn library
  • pip install wheel, for the playsound issue with OSError: could not get source code
  • pip install -r requirements.txt
  • python UVR.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment