running spleeter produces a "Failed to load the native TensorFlow runtime".
Traceback (most recent call last):
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_hel
per
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "c:\users\User\appdata\local\programs\python\python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "c:\users\User\appdata\local\programs\python\python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed with error code 3221225501
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\User\appdata\local\programs\python\python37\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\users\User\appdata\local\programs\python\python37\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Users\User\AppData\Local\Programs\Python\Python37\Scripts\spleeter.exe__main__.py", line 7, in
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\spleeter__main__.py", line 54, in entrypoint
main(sys.argv)
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\spleeter__main__.py", line 36, in main
enable_logging()
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\spleeter\utils\logging.py", line 60, in enable_logging
tf_logger = get_tensorflow_logger()
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\spleeter\utils\logging.py", line 27, in get_tensorflow_logger
from tensorflow.compat.v1 import logging
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow__init__.py", line 28, in
from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python__init__.py", line 49, in
from tensorflow.python import pywrap_tensorflow
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in
raise ImportError(msg)
ImportError: Traceback (most recent call last):
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in
from tensorflow.python.pywrap_tensorflow_internal import *
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in
_pywrap_tensorflow_internal = swig_import_helper()
File "c:\users\User\appdata\local\programs\python\python37\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_hel
per
_mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
File "c:\users\User\appdata\local\programs\python\python37\lib\imp.py", line 242, in load_module
return load_dynamic(name, filename, file)
File "c:\users\User\appdata\local\programs\python\python37\lib\imp.py", line 342, in load_dynamic
return _load(spec)
ImportError: DLL load failed with error code 3221225501
Failed to load the native TensorFlow runtime.
See https://www.tensorflow.org/install/errors
for some common reasons and solutions. Include the entire stack trace
above this error message when asking for help.
| | |
| ----------------- | ------------------------------- |
| OS | Windows |
| Installation type | pip |
| RAM available | 16GB |
| Hardware spec | Radeon HD5550 / AMD PhenomIIX61090 |
I am having same error with tensorflow on both raspbian and windows. Seems there is something wrong with the version. I installed all dependencies except tensorboard
Did you try with spleeter or spleeter-gpu ?
I tried spleeter.
i get the same error after i installed gpu version. tried uninstalling all and installing just normal spleeter again but error remains. :(
FIXED: deleted the spleeter dirs in C:\Users\XXXXX\Miniconda3\Lib\site-packages
and then re pip install spleeter
This path does not work for me as I am not using Miniconda. But I tried deleting the spleeter and tensorflow dirs from "C:\Program Files\Python37\Lib\site-packages", then reinstalled spleeter. But it still does not work.
i had a same problem but throws a error code, not kind like that
ImportError: DLL load failed with error code -1073741795
i don't what tensorflow throw this error, i visit their site but the code seems unknown! :(