-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The system cannot access this file. #187
Comments
Hi @ThemanRonin The error is "DLL load failed", this error is typical of a CPU that does not have the AVX extension so Tensorflow is unable to run. But i see the AMD 2700X does indeed have AVX support so i am not sure why you are getting this problem. This GUI comes with a packaged version of Python and FFMpeg so you shouldn't need anything else to have it work. The file path looks fine, FLAC format is supported. Have you tried running the GUI as administrator ? Sometimes Windows defender or other anti-virus apps can prevent Python from running correctly. |
Actually, i just translated the last part of the error as "The system cannot access this file" so there is something preventing python from running. |
@boy1dr Thank you for your quick reply. I tried to run as an administrator, try to change the installation directory of the Spleter GUI, and change the path of the file music. The permission of the file itself is the administrator's, and there is no inaccessible condition. But the problem remains. |
it shouldn't but i will have a look over the code after dinner and let you know |
The processor is AMD2700X. WIN10 system. The file path does not contain characters such as Chinese or spaces. The system cannot access this file after running And try to use MP3 music and other formats. The same is true for the administrator to run SpleterGui.exe. The computer is installed with Python version 3.7.9. I want to ask what is this situation?
ErrorCode:
開始處理所有歌曲
處理中 X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\tic.flac
Traceback (most recent call last):
File "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 193, in run_module_as_main
File "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 85, in run_code
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 262, in
entrypoint()
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 256, in entrypoint
spleeter()
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 214, in call
return get_command(self)(*args, **kwargs)
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\click\core.py", line 829, in call
return self.main(*args, **kwargs)
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\click\core.py", line 782, in main
rv = self.invoke(ctx)
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\click\core.py", line 1259, in invoke
return process_result(sub_ctx.command.invoke(sub_ctx))
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\typer\main.py", line 497, in wrapper
return callback(**use_params) # type: ignore
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\spleeter_main.py", line 114, in separate
from .separator import Separator
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\spleeter\separator.py", line 27, in
from librosa.core import istft, stft
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa_init_.py", line 211, in
from . import core
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa\core_init_.py", line 5, in
from .convert import * # pylint: disable=wildcard-import
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa\core\convert.py", line 7, in
from . import notation
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa\core\notation.py", line 8, in
from ..util.exceptions import ParameterError
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa\util_init_.py", line 87, in
from .nnls import * # pylint: disable=wildcard-import
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\librosa\util_nnls.py", line 13, in
import scipy.optimize
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\scipy\optimize_init.py", line 389, in
from .optimize import *
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\scipy\optimize\optimize.py", line 37, in
from .linesearch import (line_search_wolfe1, line_search_wolfe2,
File "X:\SpleeterGUI_2.9.4.0_2\SpleeterGUI\python\Lib\site-packages\scipy\optimize\linesearch.py", line 18, in
from scipy.optimize import minpack2
ImportError: DLL load failed: 系统无法访问此文件。
結束處理所有歌曲
執行完畢
The text was updated successfully, but these errors were encountered: