What's new
LiteRECORDS

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • Guest, before your account can be reviewed you must click the activation link sent to your email account. Please ensure you check your junk folders.
    If you do not see the link after 24 hours please open a support ticket.

Powerful New Vocal Remover AI - Instructions

need of some assistance....i had to reformat laptop and then i installed AI again but it wont run
PS C:\Users\rkean\Documents\vocal-removerV2> python inference.py --input bc.wav
PS C:\Users\rkean\Documents\vocal-removerV2> python inference.py --input bc.wav --gpu 0
PS C:\Users\rkean\Documents\vocal-removerV2>
any thoughts

Try adding "pip3 install numba==0.48.0" without quotes. It worked for me.
cd in first then add that. Also in a few more days he should have a GUI version ready to go if you can wait for that.
 
Try adding "pip3 install numba==0.48.0" without quotes. It worked for me.
cd in first then add that. Also in a few more days he should have a GUI version ready to go if you can wait for that.

How many tracks have you processed so far and did you ever figure out how long its taking per track?
 
***UPDATE***

The GUI is complete! I couldn't compile it to an executable due to PyTorch not wanting to play ball. Please see the main thread for more information on installation and links! The GUI comes with a brand new model that was trained on 700 pairs! The strongest one I've made thus far.

Enjoy everyone!
 
Thank you for the hard work!

Would the GUI work on Mac? A friend of mine is having issues, although I know there was no mention of Mac support, just Windows. I was curious if it would run.
 
How many tracks have you processed so far and did you ever figure out how long its taking per track?

using my sons set up with V2 took seconds depending on length of track......never anymore than 60 secs.....on my set up anything from 10 to 30 mins depending on length of track
 
well tried to install new GUI and

PS C:\Users\PC\Documents\VocalRemoverGUI> pip install Pillow==2.2.1
Collecting Pillow==2.2.1
Downloading Pillow-2.2.1.zip (2.2 MB)
|████████████████████████████████| 2.2 MB 1.3 MB/s
Using legacy setup.py install for Pillow, since package 'wheel' is not installed.
ERROR: torchvision 0.6.0+cu101 has requirement pillow>=4.1.1, but you'll have pillow 2.2.1 which is incompatible.
Installing collected packages: Pillow
Attempting uninstall: Pillow
Found existing installation: Pillow 7.1.2
Uninstalling Pillow-7.1.2:
Successfully uninstalled Pillow-7.1.2
Running setup.py install for Pillow ... error
ERROR: Command errored out with exit status 1:
command: 'c:\users\pc\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PC\AppData\Local\Temp\pip-record-1lo3mhgn\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\pc\appdata\local\programs\python\python37\Include\Pillow'
cwd: C:\Users\PC\AppData\Local\Temp\pip-install-ataky_5m\Pillow\
Complete output (100 lines):
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.7
creating build\lib.win-amd64-3.7\PIL
copying PIL\ArgImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\BdfFontFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\BmpImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\BufrStubImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ContainerIO.py -> build\lib.win-amd64-3.7\PIL
copying PIL\CurImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\DcxImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\EpsImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ExifTags.py -> build\lib.win-amd64-3.7\PIL
copying PIL\FitsStubImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\FliImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\FontFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\FpxImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GbrImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GdImageFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GifImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GimpGradientFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GimpPaletteFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\GribStubImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\Hdf5StubImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\IcnsImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\IcoImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\Image.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageChops.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageCms.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageColor.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageDraw.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageDraw2.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageEnhance.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageFileIO.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageFilter.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageFont.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageGrab.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageMath.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageMode.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageOps.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImagePalette.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImagePath.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageQt.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageSequence.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageShow.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageStat.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageTk.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageTransform.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImageWin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\ImtImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\IptcImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\JpegImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\JpegPresets.py -> build\lib.win-amd64-3.7\PIL
copying PIL\McIdasImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\MicImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\MpegImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\MspImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\OleFileIO.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PaletteFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PalmImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PcdImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PcfFontFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PcxImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PdfImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PixarImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PngImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PpmImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PsdImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\PSDraw.py -> build\lib.win-amd64-3.7\PIL
copying PIL\SgiImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\SpiderImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\SunImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\TarIO.py -> build\lib.win-amd64-3.7\PIL
copying PIL\tests.py -> build\lib.win-amd64-3.7\PIL
copying PIL\TgaImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\TiffImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\TiffTags.py -> build\lib.win-amd64-3.7\PIL
copying PIL\WalImageFile.py -> build\lib.win-amd64-3.7\PIL
copying PIL\WebPImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\WmfImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\XbmImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\XpmImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\XVThumbImagePlugin.py -> build\lib.win-amd64-3.7\PIL
copying PIL\_binary.py -> build\lib.win-amd64-3.7\PIL
copying PIL\_util.py -> build\lib.win-amd64-3.7\PIL
copying PIL\__init__.py -> build\lib.win-amd64-3.7\PIL
running egg_info
writing Pillow.egg-info\PKG-INFO
writing dependency_links to Pillow.egg-info\dependency_links.txt
writing top-level names to Pillow.egg-info\top_level.txt
reading manifest file 'Pillow.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Pillow.egg-info\SOURCES.txt'
running build_ext
building 'PIL._imaging' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
Rolling back uninstall of Pillow
Moving to c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\pil\
from c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\~il
Moving to c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\pillow-7.1.2.dist-info\
from c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\~illow-7.1.2.dist-info
ERROR: Command errored out with exit status 1: 'c:\users\pc\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PC\AppData\Local\Temp\pip-record-1lo3mhgn\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\pc\appdata\local\programs\python\python37\Include\Pillow' Check the logs for full command output.



everything else installed apart from pillow
 
well tried to install new GUI and....
building 'PIL._imaging' extension
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
----------------------------------------
Rolling back uninstall of Pillow
Moving to c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\pil\
from c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\~il
Moving to c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\pillow-7.1.2.dist-info\
from c:\users\pc\appdata\local\programs\python\python37\lib\site-packages\~illow-7.1.2.dist-info
ERROR: Command errored out with exit status 1: 'c:\users\pc\appdata\local\programs\python\python37\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"'; __file__='"'"'C:\\Users\\PC\\AppData\\Local\\Temp\\pip-install-ataky_5m\\Pillow\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PC\AppData\Local\Temp\pip-record-1lo3mhgn\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\pc\appdata\local\programs\python\python37\Include\Pillow' Check the logs for full command output.



everything else installed apart from pillow

Sorry for the confusion! I pasted the wrong version of pillow. Just run -

pip install Pillow

I also updated the main thread. Let me know if that works.
 
Thank you for the hard work!

Would the GUI work on Mac? A friend of mine is having issues, although I know there was no mention of Mac support, just Windows. I was curious if it would run.

I haven't tested this on Mac, but it should work the same. The GUI was made with Tkinter to ensure cross platform compatibility. As long as this packages are installed, it should run.
 
Sorry for the confusion! I pasted the wrong version of pillow. Just run -

pip install Pillow

I also updated the main thread. Let me know if that works.

im really not sure what its meant to do......followed all your instructions pasted short cut to desktop.......press it .... cmd opens for 2 seconds then gone.....am i missing some thing else
 
im really not sure what its meant to do......followed all your instructions pasted short cut to desktop.......press it .... cmd opens for 2 seconds then gone.....am i missing some thing else

Hmmm, I ran through my instructions on my other PC and I'm not having any issues with it on my end. There might be something else on your PC preventing it from working. I would recommend you uninstall everything and start from scratch. If you get the same issue, record your screen as the cmd opens and closes. From there, pause the recording on the cmd prompt and take a screenshot of the error so I can see exactly why it's failing.
 
***UPDATE***

Unfortunately, there is a minor bug in the GUI that needs to be addressed. You can still run conversions and they will sound very good, but the vocal removal on certain portions of some tracks won't be as accurate as the command line version. This is because I'm having trouble getting the GUI to read the <strike>SR, HOP LENGTH, and WINDOW SIZE parameters correctly</strike> or it's conflicting with the model somehow during the conversion process on the backend. You can still use the model that comes with this application to do conversions on the command line version and it will function at full capacity. However, it won't function at full capacity on the GUI.

I'll have an update soon. I just have to figure out what's wrong..
 
Last edited:
Ok got it installed with no issues and my first conversion will be done in 55 minutes, will post the results here when done. Thanks for all the work you have invested in this!
 
***UPDATE***

Unfortunately, there is a bug in the GUI that needs to be addressed. You can still run conversions, but the quality won't be as high as the command line version. This is because I'm having trouble getting the GUI to read the SR, HOP LENGTH, and WINDOW SIZE parameters correctly on the backend. You can still use the model that comes with this application to do conversions on the command line version and it will function at full capacity. However, it won't function at full capacity on the GUI.

I'll have an update soon. I just have to figure out what's wrong..

For having a bug it sure did work good, cant wait for the update minus the bug. Again thanks a million for this!!

Phil Collins -Sussudio (Instrumental)
https://www.mediafire.com/file/nmrrhf06javt2uu/PhCo_-Sus_%28Inst%29.7z
 
For having a bug it sure did work good, cant wait for the update minus the bug. Again thanks a million for this!!

Phil Collins -Sussudio (Instrumental)
https://www.mediafire.com/file/nmrrhf06javt2uu/PhCo_-Sus_%28Inst%29.7z

I'm glad you like it! I've found that the bug doesn't affect all tracks. If you happen to come across a conversion that has too much bleed through, please run it through the command line version and it will likely be better (just make sure you use the multi-genre model the GUI came with because that's literally the BEST one!). I'm hoping to have this fixed very soon!
 
***UPDATE***

THE BUG HAS BEEN FIXED! If you've already downloaded this GUI, please use this one instead! Your conversions will be MUCH better! I also updated the link in the main thread.

The issue was I had the "postprocessing" option enabled by default when it's supposed to be disabled by default. It's a dev option that's only used in experimental circumstances.
 
Hmmm, I ran through my instructions on my other PC and I'm not having any issues with it on my end. There might be something else on your PC preventing it from working. I would recommend you uninstall everything and start from scratch. If you get the same issue, record your screen as the cmd opens and closes. From there, pause the recording on the cmd prompt and take a screenshot of the error so I can see exactly why it's failing.

The fault I get is
Traceback (most recent call last):
File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemover.py", line 22, in <module> import torch
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 81, in <module> ctypes.CDLL(dll)
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
DSError: [WinError 126] The specified module could not be found
 
The fault I get is
Traceback (most recent call last):
File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemover.py", line 22, in <module> import torch
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 81, in <module> ctypes.CDLL(dll)
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
DSError: [WinError 126] The specified module could not be found

Just curious if you had python installed before did you uninstall the version and reinstall and make sure the "install to path" was checked?
 
The fault I get is
Traceback (most recent call last):
File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemover.py", line 22, in <module> import torch
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 81, in <module> ctypes.CDLL(dll)
File "C:\Users|rkean\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\_init_.py", line 364, in _init_ self. handle = dlopen(self._name, mode)
DSError: [WinError 126] The specified module could not be found

Your system isn't detecting PyTorch. Do you have a stand-alone GPU, or is it intel graphics?

Just curious if you had python installed before did you uninstall the version and reinstall and make sure the "install to path" was checked?

This is also a good question^^^
 
Last edited:
Your system isn't detecting PyTorch. Do you have a stand-alone GPU, or is it intel graphics?



This is also a good question^^^

sorry mate intel graphics
i also uninstalled python tried installing to path and unchecked but added the script to system variables and everything still installed
i have done a different url for torch.... pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
the only other thing that comes up is to update pip from 19.?? to 20.?? done that as well.....as i said a few days ago i had to reformat laptop and since then none of the vocal removers have worked...........i installed the GUI into my sons set up and it doesnt boot..........tried to do the cuda driver mentioned but it didnt install dunno if his drivers are more up to date than what i tried to put in


Microsoft Windows [Version 10.0.18363.836]
(c) 2019 Microsoft Corporation. All rights reserved.

C:\Users\rkean>pip install torch==1.5.0+cu101 torchvision==0.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
Looking in links: https://download.pytorch.org/whl/torch_stable.html
Collecting torch==1.5.0+cu101
Downloading https://download.pytorch.org/whl/cu101/torch-1.5.0+cu101-cp37-cp37m-win_amd64.whl (858.0MB)
|████████████████████████████████| 858.0MB 2.6kB/s
Collecting torchvision==0.6.0+cu101
Downloading https://download.pytorch.org/whl/cu101/torchvision-0.6.0+cu101-cp37-cp37m-win_amd64.whl (1.2MB)
|████████████████████████████████| 1.2MB 595kB/s
Collecting numpy (from torch==1.5.0+cu101)
Downloading https://files.pythonhosted.org/pack...3e44711/numpy-1.18.5-cp37-cp37m-win_amd64.whl (12.7MB)
|████████████████████████████████| 12.7MB 3.3MB/s
Collecting future (from torch==1.5.0+cu101)
Downloading https://files.pythonhosted.org/pack...bedd2ff83203d933cf5851c9/future-0.18.2.tar.gz (829kB)
|████████████████████████████████| 829kB 1.3MB/s
Collecting pillow>=4.1.1 (from torchvision==0.6.0+cu101)
Downloading https://files.pythonhosted.org/pack...2420ca3/Pillow-7.1.2-cp37-cp37m-win_amd64.whl (2.0MB)
|████████████████████████████████| 2.0MB 3.3MB/s
Installing collected packages: numpy, future, torch, pillow, torchvision
Running setup.py install for future ... done
Successfully installed future-0.18.2 numpy-1.18.5 pillow-7.1.2 torch-1.5.0+cu101 torchvision-0.6.0+cu101
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install Pillow
Requirement already satisfied: Pillow in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (7.1.2)
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install tqdm==4.30.0
Collecting tqdm==4.30.0
Downloading https://files.pythonhosted.org/pack...20152855f040/tqdm-4.30.0-py2.py3-none-any.whl (47kB)
|████████████████████████████████| 51kB 812kB/s
Installing collected packages: tqdm
Successfully installed tqdm-4.30.0
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install librosa==0.6.3
Collecting librosa==0.6.3
Downloading https://files.pythonhosted.org/pack...88654f135a9eee0bda457626/librosa-0.6.3.tar.gz (1.6MB)
|████████████████████████████████| 1.6MB 1.3MB/s
Collecting audioread>=2.0.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...c17c299a323f0148f913d2/audioread-2.1.8.tar.gz
Requirement already satisfied: numpy>=1.8.0 in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from librosa==0.6.3) (1.18.5)
Collecting scipy>=1.0.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...6586a5ef/scipy-1.4.1-cp37-cp37m-win_amd64.whl (30.9MB)
|████████████████████████████████| 30.9MB 117kB/s
Collecting scikit-learn!=0.19.0,>=0.14.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack.../scikit_learn-0.23.1-cp37-cp37m-win_amd64.whl (6.8MB)
|████████████████████████████████| 6.8MB 3.3MB/s
Collecting joblib>=0.12 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...fa3d7b3b50122b/joblib-0.15.1-py3-none-any.whl (298kB)
|████████████████████████████████| 307kB 3.2MB/s
Collecting decorator>=3.0.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl
Collecting six>=1.3 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...4a8a4cb04078a/six-1.15.0-py2.py3-none-any.whl
Collecting resampy>=0.2.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...b855fd4bc38b4d6b040fff65/resampy-0.2.2.tar.gz (323kB)
|████████████████████████████████| 327kB 6.4MB/s
Collecting numba>=0.38.0 (from librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...d487235/numba-0.49.1-cp37-cp37m-win_amd64.whl (2.2MB)
|████████████████████████████████| 2.2MB 3.3MB/s
Collecting threadpoolctl>=2.0.0 (from scikit-learn!=0.19.0,>=0.14.0->librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...0f33f133/threadpoolctl-2.1.0-py3-none-any.whl
Collecting llvmlite<=0.33.0.dev0,>=0.31.0.dev0 (from numba>=0.38.0->librosa==0.6.3)
Downloading https://files.pythonhosted.org/pack...94e6/llvmlite-0.32.1-cp37-cp37m-win_amd64.whl (13.6MB)
|████████████████████████████████| 13.6MB 3.2MB/s
Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from numba>=0.38.0->librosa==0.6.3) (41.2.0)
Installing collected packages: audioread, scipy, threadpoolctl, joblib, scikit-learn, decorator, six, llvmlite, numba, resampy, librosa
Running setup.py install for audioread ... done
Running setup.py install for resampy ... done
Running setup.py install for librosa ... done
Successfully installed audioread-2.1.8 decorator-4.4.2 joblib-0.15.1 librosa-0.6.3 llvmlite-0.32.1 numba-0.49.1 resampy-0.2.2 scikit-learn-0.23.1 scipy-1.4.1 six-1.15.0 threadpoolctl-2.1.0
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install opencv-python
Collecting opencv-python
Downloading https://files.pythonhosted.org/pack...encv_python-4.2.0.34-cp37-cp37m-win_amd64.whl (33.0MB)
|████████████████████████████████| 33.1MB 3.3MB/s
Requirement already satisfied: numpy>=1.14.5 in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from opencv-python) (1.18.5)
Installing collected packages: opencv-python
Successfully installed opencv-python-4.2.0.34
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install numba==0.48.0
Collecting numba==0.48.0
Downloading https://files.pythonhosted.org/pack...b5694e1/numba-0.48.0-cp37-cp37m-win_amd64.whl (2.1MB)
|████████████████████████████████| 2.1MB 1.3MB/s
Collecting llvmlite<0.32.0,>=0.31.0dev0 (from numba==0.48.0)
Downloading https://files.pythonhosted.org/pack...ec68/llvmlite-0.31.0-cp37-cp37m-win_amd64.whl (13.6MB)
|████████████████████████████████| 13.6MB 3.3MB/s
Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from numba==0.48.0) (41.2.0)
Requirement already satisfied: numpy>=1.15 in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from numba==0.48.0) (1.18.5)
Installing collected packages: llvmlite, numba
Found existing installation: llvmlite 0.32.1
Uninstalling llvmlite-0.32.1:
Successfully uninstalled llvmlite-0.32.1
Found existing installation: numba 0.49.1
Uninstalling numba-0.49.1:
Successfully uninstalled numba-0.49.1
Successfully installed llvmlite-0.31.0 numba-0.48.0
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\rkean>pip install soundstretch
Collecting soundstretch
Downloading https://files.pythonhosted.org/pack...2f3b9932c8442b7b87bd1/soundstretch-1.2.tar.gz
Requirement already satisfied: numpy in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from soundstretch) (1.18.5)
Requirement already satisfied: scipy in c:\users\rkean\appdata\local\programs\python\python37\lib\site-packages (from soundstretch) (1.4.1)
Installing collected packages: soundstretch
Running setup.py install for soundstretch ... done
Successfully installed soundstretch-1.2
WARNING: You are using pip version 19.2.3, however version 20.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
 
Last edited: