Results 1 to 10 of 594

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. 03-06-2020  #1

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    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.

  2. 04-06-2020  #2

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Quote Originally Posted by Anjok View Post
    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\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\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

  3. 04-06-2020  #3

    Platinum Legend

    Credits
    2817
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,697
    Thanks Thanks Given 
    3,253
    Thanks Thanks Received 
    4,871
    Thanked in
    879 Posts
    Quote Originally Posted by rkeane View Post
    The fault I get is
    Traceback (most recent call last):
    File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\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?

  4. 04-06-2020  #4

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by rkeane View Post
    The fault I get is
    Traceback (most recent call last):
    File "C:\Users\rkean\Documents\VocalRemoverGUI\VocalRemo ver.py", line 22, in import torch
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\lib\site-packages\torch\_init_.py", line 81, in ctypes.CDLL(dll)
    File "C:\Users|rkean\AppData\Local\Programs\Python\Pytho n37\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?

    Quote Originally Posted by chilinvilin View Post
    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 by Anjok; 04-06-2020 at 10:43.

  5. 04-06-2020  #5

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Quote Originally Posted by Anjok View Post
    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/cu1...-win_amd64.whl (858.0MB)
    |████████████████████████████████| 858.0MB 2.6kB/s
    Collecting torchvision==0.6.0+cu101
    Downloading https://download.pytorch.org/whl/cu1...-win_amd64.whl (1.2MB)
    |████████████████████████████████| 1.2MB 595kB/s
    Collecting numpy (from torch==1.5.0+cu101)
    Downloading https://files.pythonhosted.org/packa...-win_amd64.whl (12.7MB)
    |████████████████████████████████| 12.7MB 3.3MB/s
    Collecting future (from torch==1.5.0+cu101)
    Downloading https://files.pythonhosted.org/packa...-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/packa...-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\pytho n37\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/packa...3-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/packa...a-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/packa...d-2.1.8.tar.gz
    Requirement already satisfied: numpy>=1.8.0 in c:\users\rkean\appdata\local\programs\python\pytho n37\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/packa...-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/packa...-win_amd64.whl (6.8MB)
    |████████████████████████████████| 6.8MB 3.3MB/s
    Collecting joblib>=0.12 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl (298kB)
    |████████████████████████████████| 307kB 3.2MB/s
    Collecting decorator>=3.0.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl
    Collecting six>=1.3 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...3-none-any.whl
    Collecting resampy>=0.2.0 (from librosa==0.6.3)
    Downloading https://files.pythonhosted.org/packa...y-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/packa...-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/packa...3-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/packa...-win_amd64.whl (13.6MB)
    |████████████████████████████████| 13.6MB 3.2MB/s
    Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\pytho n37\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/packa...-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\pytho n37\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/packa...-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/packa...-win_amd64.whl (13.6MB)
    |████████████████████████████████| 13.6MB 3.3MB/s
    Requirement already satisfied: setuptools in c:\users\rkean\appdata\local\programs\python\pytho n37\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\pytho n37\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/packa...tch-1.2.tar.gz
    Requirement already satisfied: numpy in c:\users\rkean\appdata\local\programs\python\pytho n37\lib\site-packages (from soundstretch) (1.18.5)
    Requirement already satisfied: scipy in c:\users\rkean\appdata\local\programs\python\pytho n37\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 by rkeane; 04-06-2020 at 11:13. Reason: adding

  6. 07-06-2020  #6

    Superstar DJ

    Credits
    2428
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,233
    Thanked in
    159 Posts
    Quote Originally Posted by Anjok View Post
    Your system isn't detecting PyTorch. Do you have a stand-alone GPU, or is it intel graphics?



    This is also a good question^^^
    I to uninstalled using Revo uninstaller and started from scratch. Same error as in my screenshot.

  7. 07-06-2020  #7

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by NewAgeRipper View Post
    I to uninstalled using Revo uninstaller and started from scratch. Same error as in my screenshot.
    I'm going to have to try and recreate this error. I'm sorry you guys have been having issues with it. GIve me a bit of time and see what's going on.

    Also, the exe version is still having issues because of PyTorch. I was really hoping to have it released this weekend, but it diesn't look like that's going to happen. =(

  8. 07-06-2020  #8

    Superstar DJ

    Credits
    248
    Join Date
    Mar 2017
    Location
    USA
    Posts
    610
    Thanks Thanks Given 
    422
    Thanks Thanks Received 
    145
    Thanked in
    42 Posts
    Quote Originally Posted by NewAgeRipper View Post
    I to uninstalled using Revo uninstaller and started from scratch. Same error as in my screenshot.
    I think I figured it out! I tested my instructions on a VM running a bare-boned version of Windows 10 and got the same error you did. The issue is some systems don't play well with PyTorch's Cuda edition (which is the one I linked). Also, many people have various encoders already installed that play well with Python and some don't (especially if we're dealing with someone who's installing this on a fresh version of Windows), so I was getting SoundFile errors too. Installing soundfile fixed that issue though! Please remember to install and configure ffmpeg before trying to run mp3, mp4, m4a, and flac files through this tool!

    Leave your installation as is and simply install the following and you should be good. Please let me know if this works for you! I also updated the main thread with these instructions. One thing though, don't check the GPU option if you don't have a stand-alone one installed.

    pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
    pip install SoundFile
    Last edited by Anjok; 07-06-2020 at 23:49.

  9. 07-06-2020  #9

    Superstar DJ

    Credits
    2428
    Join Date
    Jun 2011
    Location
    Under Administration
    Posts
    997
    Thanks Thanks Given 
    99
    Thanks Thanks Received 
    1,233
    Thanked in
    159 Posts
    Quote Originally Posted by Anjok View Post
    I think I figured it out! I tested my instructions on a VM running a bare-boned version of Windows 10 and got the same error you did. The issue is some systems don't play well with PyTorch's Cuda edition (which is the one I linked). Also, many people have various encoders already installed that play well with Python and some don't (especially if we're dealing with someone who's installing this on a fresh version of Windows), so I was getting SoundFile errors too. Installing soundfile fixed that issue though! Please remember to install and configure ffmpeg before trying to run mp3, mp4, m4a, and flac files through this tool!

    Leave your installation as is and simply install the following and you should be good. Please let me know if this works for you! I also updated the main thread with these instructions. One thing though, don't check the GPU option is you don't have a stand-alone one installed.

    pip install torch==1.5.0+cpu torchvision==0.6.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
    pip install SoundFile
    That fixed it!!! Hell yeah. Even better, it takes less time with GUI and multi-genre model than command line for me. What would take about 4 to 5 hours with command line method now is less than an hour.

  10. 08-06-2020  #10

    Platinum Legend

    Credits
    2817
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,697
    Thanks Thanks Given 
    3,253
    Thanks Thanks Received 
    4,871
    Thanked in
    879 Posts
    Quote Originally Posted by NewAgeRipper View Post
    That fixed it!!! Hell yeah. Even better, it takes less time with GUI and multi-genre model than command line for me. What would take about 4 to 5 hours with command line method now is less than an hour.
    Dude glad you got it working now I'm gonna get my other laptop up and running

Similar Threads

  1. Vocal Remover Plugin?
    By SonyMusic18 in forum Production & Technical Aid
    Replies: 2
    Last Post: 10-05-2017, 06:03

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •