paulovsousa
Banned
Okay, I'll try to do the process again here on my system!
Am I doing something wrong?
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install --no-cache-dir -r requirements.txt
Requirement already satisfied: Pillow in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 1)) (8.0.1)
Requirement already satisfied: tqdm==4.45.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 2)) (4.45.0)
Requirement already satisfied: librosa==0.7.2 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 3)) (0.7.2)
Requirement already satisfied: opencv-python in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 4)) (4.4.0.46)
Requirement already satisfied: numba==0.48.0 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 5)) (0.48.0)
Requirement already satisfied: numpy==1.19.3 in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 6)) (1.19.3)
Requirement already satisfied: SoundFile in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 7)) (0.10.3.post1)
Requirement already satisfied: soundstretch in c:\users\sousa\documents\lib\site-packages (from -r requirements.txt (line 8)) (1.2)
Requirement already satisfied: audioread>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (2.1.9)
Requirement already satisfied: scipy>=1.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.5.4)
Requirement already satisfied: scikit-learn!=0.19.0,>=0.14.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.23.2)
Requirement already satisfied: joblib>=0.12 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.17.0)
Requirement already satisfied: decorator>=3.0.0 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (4.4.2)
Requirement already satisfied: six>=1.3 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (1.15.0)
Requirement already satisfied: resampy>=0.2.2 in c:\users\sousa\documents\lib\site-packages (from librosa==0.7.2->-r requirements.txt (line 3)) (0.2.2)
Requirement already satisfied: llvmlite<0.32.0,>=0.31.0dev0 in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (0.31.0)
Requirement already satisfied: setuptools in c:\users\sousa\documents\lib\site-packages (from numba==0.48.0->-r requirements.txt (line 5)) (39.0.1)
Requirement already satisfied: cffi>=1.0 in c:\users\sousa\documents\lib\site-packages (from SoundFile->-r requirements.txt (line 7)) (1.14.3)
Requirement already satisfied: threadpoolctl>=2.0.0 in c:\users\sousa\documents\lib\site-packages (from scikit-learn!=0.19.0,>=0.14.0->librosa==0.7.2->-r requirements.txt (line 3)) (2.1.0)
Requirement already satisfied: pycparser in c:\users\sousa\documents\lib\site-packages (from cffi>=1.0->SoundFile->-r requirements.txt (line 7)) (2.20)
You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master> pip install torch == 1.6.0 + cu101 torchvision = = 0.7.0 + cu101 -f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected Wabcd...) (at char 0), (line:1, col:1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\sousa\documents\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\documents\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"
You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\ultimatevocalremovergui-master>
I can't download UVR-V4GUI-ALL-IN-ONE.zip
Look at the error that appears:
C:\Users\sousa\Documents\UVR-V4GUI> pip install torch == 1.6.0 + cu101 torchvision == 0.7.0 + cu101 - f https://download.pytorch.org/whl/torch_stable.html
Invalid requirement: '=='
Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 93, in __init__
req = REQUIREMENT.parseString(requirement_string)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1632, in parseString
raise exc
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1622, in parseString
loc, tokens = self._parse( instring, 0 )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3395, in parseImpl
loc, exprtokens = e._parse( instring, loc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3717, in parseImpl
return self.expr._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1379, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 3378, in parseImpl
loc, resultlist = self.exprs[0]._parse( instring, loc, doActions, callPreParse=False )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 1383, in _parseNoCache
loc,tokens = self.parseImpl( instring, preloc, doActions )
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\pyparsing.py", line 2689, in parseImpl
raise ParseException(instring, loc, self.errmsg, self)
pip._vendor.pyparsing.ParseException: Expected Wabcd...) (at char 0), (line:1, col:1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_internal\req\req_install.py", line 252, in from_line
req = Requirement(req)
File "c:\users\sousa\appdata\local\programs\python\python37\lib\site-packages\pip\_vendor\packaging\requirements.py", line 97, in __init__
requirement_string[e.loc:e.loc + 8]))
pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'=='"
You are using pip version 10.0.1, however version 20.3b1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
PS C:\Users\sousa\Documents\UVR-V4GUI>
[MENTION=39673]Anjok[/MENTION] a nice addition to the GUI I think will be adding the model name to the files. If I want to try out several different models, it just outputs a file with the same name as the previous, essentially replacing it, and unless I output in a different folder with each model, I can't use all of my tries to compare which one sounds the best.
[MENTION=39673]Anjok[/MENTION] a nice addition to the GUI I think will be adding the model name to the files. If I want to try out several different models, it just outputs a file with the same name as the previous, essentially replacing it, and unless I output in a different folder with each model, I can't use all of my tries to compare which one sounds the best.
I did add that feature, you have to make sure "Model Test Mode" is selected. Here's how I explained it on my GitHub -
Model Test Mode - This option makes it easier for users to test the results of different models, and model combinations, by eliminating the hassel of having to manually change the filenames and/or create new folders when processing the same track through multiple models. This option structures the model testing process.
- When 'Model Test Mode' is selected, the application will auto-generate a new folder in the 'Save to' path you have chosen.The new auto-generated folder will be named after the model(s) selected.
-- The output audio files will be saved to the auto-generated directory.
-- The filenames for the instrumental & vocal outputs will have the selected model(s) name(s) appended to them.
I managed to install and I'm already using it, thanks for the help!

[MENTION=39673]Anjok[/MENTION]: is there a reason UVM 11_18 looks like this on my screen? Where The Vocal Remover graphics should be? I also noticed between my All in One PC and my laptop that the All in One allows me to minimize and exit the GUI but on my laptop I don't get to access them. Will I have to change my laptop screen resolution?
![]()
389 Downloads of Ultimate Vocal Remover as of posting this. There's not that many who thanked this post or that many who commented. Can y'all show @Anjok some love please? This project is getting downloaded more off site than within.
I've added HIDE tags to the URLs to encourage people to show support with LR currency, credits. If the OP would prefer it without tags then i apologise and feel free to remove them.