|
|
本帖最后由 yizhou 于 2026-3-26 12:39 编辑
我部署后提示 FileNotFoundError: [WinError 2] 系统找不到指定的文件 应该怎么解决呢?路径没有中文
* 一键包制作:https://deepface.cc
* 请合理合法使用AI技术,不要用于违法用途
* 否则由此带来的任何责任后果,请自行承担
Traceback (most recent call last):
File "D:\OmniLottie\lottie\__init__.py", line 8, in <module>
from .version import __version__
ModuleNotFoundError: No module named 'lottie.version'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<frozen __main__>", line 3, in <module>
File "<frozen app>", line 18, in <module>
File "D:\OmniLottie\lottie\__init__.py", line 11, in <module>
pipe = subprocess.Popen(
File "D:\OmniLottie\deepface\lib\subprocess.py", line 971, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "D:\OmniLottie\deepface\lib\subprocess.py", line 1456, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
Press any key to continue . . .
|
|