Page 4 of 60 FirstFirst ... 234561454 ... LastLast
Results 31 to 40 of 594
  1. 03-05-2020  #31

    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
    pretty much just a copy and paste scenario........no need to type all that code


    Open Python ----- check Add Python to path and install
    Unzip Vocal Remover to Documents


    Note: By this point, Python should be installed, the vocal-remover folder should be extracted to your documents.
    Go to Document folder and open vocal-remover-2.1.0 folder. Press Shift and Right Click > Open PowerShell window here


    Copy the following command hit return and wait for the installations to complete - pip install torch==1.3.0 torchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Copy the following command hit return and wait for the installations to complete - pip install -r requirements.txt
    Copy the following command hit return and wait for the installations to complete - pip install soundstretch
    Copy the following command hit return and wait for the installations to complete - pip install numba==0.48.0


    Running Conversions

    This AI comes with a pretty good pre-trained baseline model that you can do test conversions on. I want to make this as easy as possible to use.

    1. Drop the file you want to convert into the main "vocal-remover" folder. Rename songs to a shorter text ( Somewhere Over The Rainbow ) to rainbow etc
    2. Run one of the following commands:

    -To perform the conversions on your CPU, copy and paste the following -
    python inference.py --input YOURSONG.mp3 (or flac on cmd line below also remember to change song title)
    -To perform the conversions on your GPU (faster), copy and paste the following -
    python inference.py --input YOURSONG.mp3 --gpu 0
    If you have a Nvidia GPU and install the compatible Cuda drivers, the conversions will be 100x faster.
    I like this! I'll change the tutorial with some of that.

  2. 03-05-2020  #32

    Runner

    Credits
    0
    Join Date
    Aug 2010
    Posts
    33
    Thanks Thanks Given 
    3
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    well i'm down to one error now installing it this way....... pysoundfile or something like that but its not detrimental to it working

  3. 03-05-2020  #33

    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
    well i'm down to one error now installing it this way....... pysoundfile or something like that but its not detrimental to it working
    You can ignore that error. PySoundfile isn't compatible with .mp3's so it defaults to audiofile. You can safely ignore that error as it had no effect on the conversion process.

  4. 06-05-2020  #34

    Superstar DJ

    Credits
    8
    Join Date
    Oct 2017
    Location
    London
    Posts
    305
    Thanks Thanks Given 
    144
    Thanks Thanks Received 
    52
    Thanked in
    27 Posts
    You missed a step here - people will need to download pip before they can do step 4

    https://github.com/BurntSushi/nfldb/...s-installation

  5. 06-05-2020  #35

    Superstar DJ

    Credits
    8
    Join Date
    Oct 2017
    Location
    London
    Posts
    305
    Thanks Thanks Given 
    144
    Thanks Thanks Received 
    52
    Thanked in
    27 Posts
    Okay, got it installed and followed all the steps - when I CD back to the vocal-remover folder and run the
    python inference.py --input YOURSONG.mp3 command, nothing happens. Like - nothing at all.

  6. 06-05-2020  #36

    Superstar DJ

    Credits
    8
    Join Date
    Oct 2017
    Location
    London
    Posts
    305
    Thanks Thanks Given 
    144
    Thanks Thanks Received 
    52
    Thanked in
    27 Posts
    The only errors I got during installation were these:

    WARNING: The script f2py.exe is installed in 'c:\users\john\appdata\local\programs\python\pytho n37\Scripts' which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

    WARNING: The scripts convert-caffe2-to-onnx.exe and convert-onnx-to-caffe2.exe are installed in 'c:\users\john\appdata\local\programs\python\pytho n37\Scripts' which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.

    But - no idea what PATH is, or what these messages mean.

  7. 06-05-2020  #37

    Platinum Legend

    Credits
    2706
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,646
    Thanks Thanks Given 
    3,222
    Thanks Thanks Received 
    4,732
    Thanked in
    867 Posts
    Everything installed good but when I run python inference.py --input dontbil.mp3
    I get dll load failed



    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\System32>cd C:\Users\hgfhgfhgf\My Documents\vocal-remover

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>python inference.py --input dontbi
    l.mp3
    Traceback (most recent call last):
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\c
    ore\typeconv\typeconv.py", line 4, in
    from numba.core.typeconv import _typeconv
    ImportError: DLL load failed: The specified module could not be found.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "inference.py", line 5, in
    import librosa
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\librosa
    \__init__.py", line 12, in
    from . import core
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\librosa
    \core\__init__.py", line 125, in
    from .time_frequency import * # pylint: disable=wildcard-import
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\librosa
    \core\time_frequency.py", line 11, in
    from ..util.exceptions import ParameterError
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\librosa
    \util\__init__.py", line 77, in
    from .utils import * # pylint: disable=wildcard-import
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\librosa
    \util\utils.py", line 10, in
    import numba
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\_
    _init__.py", line 20, in
    from numba.misc.special import (
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\m
    isc\special.py", line 3, in
    from numba.core.typing.typeof import typeof
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\c
    ore\typing\__init__.py", line 1, in
    from .context import BaseContext, Context
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\c
    ore\typing\context.py", line 11, in
    from numba.core.typeconv import Conversion, rules
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\c
    ore\typeconv\rules.py", line 2, in
    from .typeconv import TypeManager, TypeCastingRules
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python37 \site-packages\numba\c
    ore\typeconv\typeconv.py", line 17, in
    raise ImportError(msg % (url, reportme, str(e), sys.executable))
    ImportError: Numba could not be imported.
    If you are seeing this message and are undertaking Numba development work, you m
    ay need to re-run:

    python setup.py build_ext --inplace

    (Also, please check the development set up guide http://numba.pydata.org/numba-d
    oc/latest/developer/contributing.html.)

    If you are not working on Numba development:

    Please report the error message and traceback, along with a minimal reproducer
    at: https://github.com/numba/numba/issues/new

    If more help is needed please feel free to speak to the Numba core developers
    directly at: https://gitter.im/numba/numba

    Thanks in advance for your help in improving Numba!

    The original error was: 'DLL load failed: The specified module could not be foun
    d.'
    --------------------------------------------------------------------------------

    If possible please include the following in your error report:

    sys.executable: C:\Program Files\Python37\python.exe


    C:\Users\hgfhgfhgf\My Documents\vocal-remover>
    Last edited by chilinvilin; 06-05-2020 at 06:02.

  8. 06-05-2020  #38

    Platinum Legend

    Credits
    2706
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,646
    Thanks Thanks Given 
    3,222
    Thanks Thanks Received 
    4,732
    Thanked in
    867 Posts
    Tried it with python 3.6.8 same thing


    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Windows\System32>cd C:\Users\hgfhgfhgf\My Documents\vocal-remover

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>pip install torch==1.3.0 torchvisi
    on==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Looking in links: https://download.pytorch.org/whl/torch_stable.html
    Collecting torch==1.3.0
    Downloading https://download.pytorch.org/whl/cu9...cu92-cp36-cp36
    m-win_amd64.whl (644.1MB)
    100% |████████████████████████████████| 644.1MB 11kB/s
    Collecting torchvision==0.4.0
    Downloading https://download.pytorch.org/whl/cu9...4.0%2Bcu92-cp3
    6-cp36m-win_amd64.whl (1.0MB)
    100% |████████████████████████████████| 1.0MB 2.7MB/s
    Collecting numpy (from torch==1.3.0)
    Downloading https://files.pythonhosted.org/packa...4ed91aaca3bf76
    2429c3567c9523c311b1ef615795737e16f3cd23/numpy-1.18.4-cp36-cp36m-win_amd64.whl (
    12.8MB)
    100% |████████████████████████████████| 12.8MB 922kB/s
    Collecting pillow>=4.1.1 (from torchvision==0.4.0)
    Downloading https://files.pythonhosted.org/packa...89864933176014
    878374fed52075a94b695080149af57c3b0dc5f5/Pillow-7.1.2-cp36-cp36m-win_amd64.whl (
    2.0MB)
    100% |████████████████████████████████| 2.0MB 3.3MB/s
    Collecting six (from torchvision==0.4.0)
    Using cached https://files.pythonhosted.org/packa...b97bfc2390a276
    969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
    Installing collected packages: numpy, torch, pillow, six, torchvision
    Could not install packages due to an EnvironmentError: [WinError 5] Access is de
    nied: 'c:\\program files\\python36\\Lib\\site-packages\\numpy'
    Consider using the `--user` option or check the permissions.

    You are using pip version 18.1, however version 20.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' comm
    and.

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>pip install --user torch==1.3.0 to
    rchvision==0.4.0 -f https://download.pytorch.org/whl/torch_stable.html
    Looking in links: https://download.pytorch.org/whl/torch_stable.html
    Collecting torch==1.3.0
    Using cached https://download.pytorch.org/whl/cu9...Bcu92-cp36-cp3
    6m-win_amd64.whl
    Collecting torchvision==0.4.0
    Using cached https://download.pytorch.org/whl/cu9....4.0%2Bcu92-cp
    36-cp36m-win_amd64.whl
    Collecting numpy (from torch==1.3.0)
    Using cached https://files.pythonhosted.org/packa...b4ed91aaca3bf7
    62429c3567c9523c311b1ef615795737e16f3cd23/numpy-1.18.4-cp36-cp36m-win_amd64.whl
    Collecting six (from torchvision==0.4.0)
    Using cached https://files.pythonhosted.org/packa...b97bfc2390a276
    969c6fae16075da282f5058082d4cb10c6c5c1dba/six-1.14.0-py2.py3-none-any.whl
    Collecting pillow>=4.1.1 (from torchvision==0.4.0)
    Using cached https://files.pythonhosted.org/packa...c8986493317601
    4878374fed52075a94b695080149af57c3b0dc5f5/Pillow-7.1.2-cp36-cp36m-win_amd64.whl
    Installing collected packages: numpy, torch, six, pillow, torchvision
    The script f2py.exe is installed in 'C:\Users\hgfhgfhgf\AppData\Roaming\Python
    \Python36\Scripts' which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warn
    ing, use --no-warn-script-location.
    The scripts convert-caffe2-to-onnx.exe and convert-onnx-to-caffe2.exe are inst
    alled in 'C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python3 6\Scripts' which is n
    ot on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warn
    ing, use --no-warn-script-location.
    Successfully installed numpy-1.18.4 pillow-7.1.2 six-1.14.0 torch-1.3.0+cu92 tor
    chvision-0.4.0+cu92
    You are using pip version 18.1, however version 20.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' comm
    and.

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>pip install --user -r requirements
    .txt
    Collecting tqdm>=4.30 (from -r requirements.txt (line 1))
    Using cached https://files.pythonhosted.org/packa...2e8ba10e35f89c
    9b1fdfc2d4c7f8c05947df2d5eb3c7b258019fda0/tqdm-4.46.0-py2.py3-none-any.whl
    Collecting librosa>=0.6.3 (from -r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...62d64a7c231afd
    15419d8418ae1f000742cac275e85c74b219cbccb/librosa-0.7.2.tar.gz
    Requirement already satisfied: torch>=1.3.0 in c:\users\hgfhgfhgf\appdata\roamin
    g\python\python36\site-packages (from -r requirements.txt (line 3)) (1.3.0+cu92)

    Requirement already satisfied: torchvision>=0.4.0 in c:\users\hgfhgfhgf\appdata\
    roaming\python\python36\site-packages (from -r requirements.txt (line 4)) (0.4.0
    +cu92)
    Collecting opencv_python>=4.0.0 (from -r requirements.txt (line 5))
    Downloading https://files.pythonhosted.org/packa...cae9abb45bf536
    af451f1f65bea35369b56aca36908560efcf6a9f/opencv_python-4.2.0.34-cp36-cp36m-win_a
    md64.whl (33.0MB)
    100% |████████████████████████████████| 33.1MB 153kB/s
    Collecting audioread>=2.0.0 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...7861e0e9049f09
    dcfd72a90c9ae55f697c17c299a323f0148f913d2/audioread-2.1.8.tar.gz
    Requirement already satisfied: numpy>=1.15.0 in c:\users\hgfhgfhgf\appdata\roami
    ng\python\python36\site-packages (from librosa>=0.6.3->-r requirements.txt (line
    2)) (1.18.4)
    Collecting scipy>=1.0.0 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Downloading https://files.pythonhosted.org/packa...0813b89d628749
    784370132e431f687ebab5a1063eb298cc941f76/scipy-1.4.1-cp36-cp36m-win_amd64.whl (3
    0.8MB)
    100% |████████████████████████████████| 30.8MB 240kB/s
    Collecting scikit-learn!=0.19.0,>=0.14.0 (from librosa>=0.6.3->-r requirements.t
    xt (line 2))
    Downloading https://files.pythonhosted.org/packa...b9f94e4fca0c04
    f166db5c713c6d0a81c2f039fb0c66e770bbbcb1/scikit_learn-0.22.2.post1-cp36-cp36m-wi
    n_amd64.whl (6.5MB)
    100% |████████████████████████████████| 6.5MB 2.0MB/s
    Collecting joblib>=0.12 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...b65a321c4a209e
    fcdf64c2689efae2cb62661f8f6f4bb28547cf1bf/joblib-0.14.1-py2.py3-none-any.whl
    Collecting decorator>=3.0.0 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...21152d07cf1d8b
    6fce298aeb06a7eb90f4d6d41acec9861e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl
    Requirement already satisfied: six>=1.3 in c:\users\hgfhgfhgf\appdata\roaming\py
    thon\python36\site-packages (from librosa>=0.6.3->-r requirements.txt (line 2))
    (1.14.0)
    Collecting resampy>=0.2.2 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...2b9c2185fc8f3a
    f6ce37229708b45e8b855fd4bc38b4d6b040fff65/resampy-0.2.2.tar.gz
    Collecting numba>=0.43.0 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Downloading https://files.pythonhosted.org/packa...aa05b2a2969c82
    55ec83d6e61af70eef4c028478814225e8925086/numba-0.49.0-cp36-cp36m-win_amd64.whl (
    2.1MB)
    100% |████████████████████████████████| 2.1MB 3.5MB/s
    Collecting soundfile>=0.9.0 (from librosa>=0.6.3->-r requirements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...35f06540ebb4e9
    993238ede787063875b003e79c537511d32a74d29/SoundFile-0.10.3.post1-py2.py3.cp26.cp
    27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33-none-win_amd64.whl
    Requirement already satisfied: pillow>=4.1.1 in c:\users\hgfhgfhgf\appdata\roami
    ng\python\python36\site-packages (from torchvision>=0.4.0->-r requirements.txt (
    line 4)) (7.1.2)
    Requirement already satisfied: setuptools in c:\program files\python36\lib\site-
    packages (from numba>=0.43.0->librosa>=0.6.3->-r requirements.txt (line 2)) (40.
    6.2)
    Collecting llvmlite<=0.33.0.dev0,>=0.31.0.dev0 (from numba>=0.43.0->librosa>=0.6
    .3->-r requirements.txt (line 2))
    Downloading https://files.pythonhosted.org/packa...04c1c06a961037
    ad0593190b2656dc2c1d747308aca9515682e96b/llvmlite-0.32.0-cp36-cp36m-win_amd64.wh
    l (13.6MB)
    100% |████████████████████████████████| 13.6MB 1.5MB/s
    Collecting cffi>=1.0 (from soundfile>=0.9.0->librosa>=0.6.3->-r requirements.txt
    (line 2))
    Downloading https://files.pythonhosted.org/packa...247344bf992ed3
    19416a3c252f190dbfd7331cf7bb1432ca46980f/cffi-1.14.0-cp36-cp36m-win_amd64.whl (1
    76kB)
    100% |████████████████████████████████| 184kB 5.4MB/s
    Collecting pycparser (from cffi>=1.0->soundfile>=0.9.0->librosa>=0.6.3->-r requi
    rements.txt (line 2))
    Using cached https://files.pythonhosted.org/packa...176ca4b02024de
    bf82342dab36efadfc5776f9c8db077e8f6e71821/pycparser-2.20-py2.py3-none-any.whl
    Installing collected packages: tqdm, audioread, scipy, joblib, scikit-learn, dec
    orator, llvmlite, numba, resampy, pycparser, cffi, soundfile, librosa, opencv-py
    thon
    The script tqdm.exe is installed in 'C:\Users\hgfhgfhgf\AppData\Roaming\Python
    \Python36\Scripts' which is not on PATH.
    Consider adding this directory to PATH or, if you prefer to suppress this warn
    ing, use --no-warn-script-location.
    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 cffi-1.14.0 decorator-4.4.2 joblib-0.14.1
    librosa-0.7.2 llvmlite-0.32.0 numba-0.49.0 opencv-python-4.2.0.34 pycparser-2.2
    0 resampy-0.2.2 scikit-learn-0.22.2.post1 scipy-1.4.1 soundfile-0.10.3.post1 tqd
    m-4.46.0
    You are using pip version 18.1, however version 20.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' comm
    and.

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>pip install --user soundstretch
    Collecting soundstretch
    Using cached https://files.pythonhosted.org/packa...c7cbbca5c6973b
    6a332de233bcedd333182f3b9932c8442b7b87bd1/soundstretch-1.2.tar.gz
    Requirement already satisfied: numpy in c:\users\hgfhgfhgf\appdata\roaming\pytho
    n\python36\site-packages (from soundstretch) (1.18.4)
    Requirement already satisfied: scipy in c:\users\hgfhgfhgf\appdata\roaming\pytho
    n\python36\site-packages (from soundstretch) (1.4.1)
    Installing collected packages: soundstretch
    Running setup.py install for soundstretch ... done
    Successfully installed soundstretch-1.2
    You are using pip version 18.1, however version 20.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' comm
    and.

    C:\Users\hgfhgfhgf\My Documents\vocal-remover>python inference.py --input dontbi
    l.mp3
    Traceback (most recent call last):
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\c
    ore\typeconv\typeconv.py", line 4, in
    from numba.core.typeconv import _typeconv
    ImportError: DLL load failed: The specified module could not be found.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "inference.py", line 5, in
    import librosa
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\librosa
    \__init__.py", line 12, in
    from . import core
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\librosa
    \core\__init__.py", line 125, in
    from .time_frequency import * # pylint: disable=wildcard-import
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\librosa
    \core\time_frequency.py", line 11, in
    from ..util.exceptions import ParameterError
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\librosa
    \util\__init__.py", line 77, in
    from .utils import * # pylint: disable=wildcard-import
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\librosa
    \util\utils.py", line 10, in
    import numba
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\_
    _init__.py", line 20, in
    from numba.misc.special import (
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\m
    isc\special.py", line 3, in
    from numba.core.typing.typeof import typeof
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\c
    ore\typing\__init__.py", line 1, in
    from .context import BaseContext, Context
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\c
    ore\typing\context.py", line 11, in
    from numba.core.typeconv import Conversion, rules
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\c
    ore\typeconv\rules.py", line 2, in
    from .typeconv import TypeManager, TypeCastingRules
    File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36 \site-packages\numba\c
    ore\typeconv\typeconv.py", line 17, in
    raise ImportError(msg % (url, reportme, str(e), sys.executable))
    ImportError: Numba could not be imported.
    If you are seeing this message and are undertaking Numba development work, you m
    ay need to re-run:

    python setup.py build_ext --inplace

    (Also, please check the development set up guide http://numba.pydata.org/numba-d
    oc/latest/developer/contributing.html.)

    If you are not working on Numba development:

    Please report the error message and traceback, along with a minimal reproducer
    at: https://github.com/numba/numba/issues/new

    If more help is needed please feel free to speak to the Numba core developers
    directly at: https://gitter.im/numba/numba

    Thanks in advance for your help in improving Numba!

    The original error was: 'DLL load failed: The specified module could not be foun
    d.'
    --------------------------------------------------------------------------------

    If possible please include the following in your error report:

    sys.executable: C:\Program Files\Python36\python.exe


    C:\Users\hgfhgfhgf\My Documents\vocal-remover>

  9. 06-05-2020  #39

    Platinum Legend

    Credits
    2706
    Join Date
    Jun 2015
    Location
    Los Angeles
    Posts
    7,646
    Thanks Thanks Given 
    3,222
    Thanks Thanks Received 
    4,732
    Thanked in
    867 Posts
    Ok reinstalled python 3.7.6 but this time didnt check the box "intall to PATH" now it's working. I put in your newest multi-genre model 5/3/2020 also and will update with the results of my first song. Very slow laptop though so this is gonna be a while... THANKS A MILLION!!!

  10. 06-05-2020  #40

    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 chilinvilin View Post
    Ok reinstalled python 3.7.6 but this time didnt check the box "intall to PATH" now it's working. I put in your newest multi-genre model 5/3/2020 also and will update with the results of my first song. Very slow laptop though so this is gonna be a while... THANKS A MILLION!!!
    Awesome!! I'm glad it worked! The multi-genre model I uploaded is much better than the original base model. However, I'm going to be coming out with an even better one this week. So far the new one I'm making now is outperforming the one I posted.

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
  •