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/cu92/torch-1.3.0+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/cu92/torchvision-0.4.0+cu92-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/packages/5c/74/04e9fb4ed91aaca3bf76
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/packages/b2/ff/27b1fc89864933176014
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/packages/65/eb/1f97cb97bfc2390a276
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/cu92/torch-1.3.0+cu92-cp36-cp3
6m-win_amd64.whl
Collecting torchvision==0.4.0
Using cached
https://download.pytorch.org/whl/cu92/torchvision-0.4.0+cu92-cp
36-cp36m-win_amd64.whl
Collecting numpy (from torch==1.3.0)
Using cached
https://files.pythonhosted.org/packages/5c/74/04e9fb4ed91aaca3bf7
62429c3567c9523c311b1ef615795737e16f3cd23/numpy-1.18.4-cp36-cp36m-win_amd64.whl
Collecting six (from torchvision==0.4.0)
Using cached
https://files.pythonhosted.org/packages/65/eb/1f97cb97bfc2390a276
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/packages/b2/ff/27b1fc8986493317601
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\Python36\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/packages/c9/40/058b12e8ba10e35f89c
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/packages/77/b5/1817862d64a7c231afd
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/packages/b6/ef/ad0423cae9abb45bf536
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/packages/2e/0b/940ea7861e0e9049f09
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/packages/8d/2f/fcb6150813b89d628749
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/packages/59/49/a6e1f2b9f94e4fca0c04
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/packages/28/5c/cf6a2b65a321c4a209e
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/packages/ed/1b/72a1821152d07cf1d8b
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/packages/79/75/e22272b9c2185fc8f3a
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/packages/b8/d9/0b4978aa05b2a2969c82
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/packages/b8/de/24e4035f06540ebb4e9
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/packages/89/d0/f1c06904c1c06a961037
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/packages/94/49/8df433247344bf992ed3
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/packages/ae/e7/d9c3a176ca4b02024de
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/packages/7b/49/eaf2bc7cbbca5c6973b
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 <module>
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 <module>
import librosa
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\librosa
\__init__.py", line 12, in <module>
from . import core
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\librosa
\core\__init__.py", line 125, in <module>
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 <module>
from ..util.exceptions import ParameterError
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\librosa
\util\__init__.py", line 77, in <module>
from .utils import * # pylint: disable=wildcard-import
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\librosa
\util\utils.py", line 10, in <module>
import numba
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\numba\_
_init__.py", line 20, in <module>
from numba.misc.special import (
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\numba\m
isc\special.py", line 3, in <module>
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 <module>
from .context import BaseContext, Context
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\numba\c
ore\typing\context.py", line 11, in <module>
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 <module>
from .typeconv import TypeManager, TypeCastingRules
File "C:\Users\hgfhgfhgf\AppData\Roaming\Python\Python36\site-packages\numba\c
ore\typeconv\typeconv.py", line 17, in <module>
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>