|
Traceback (most recent call last):
File "D:\ai\DeepFaceLive_2050\_internal\DeepFaceLive\main.py", line 5, in <module>
import onnxruntime # Crucial: Import early before PATH is altered by other libs
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\__init__.py", line 61, in <module>
raise import_capi_exception
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\__init__.py", line 24, in <module>
from onnxruntime.capi._pybind_state import (
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\capi\_pybind_state.py", line 32, in <module>
from .onnxruntime_pybind11_state import * # noqa
ImportError: DLL load failed while importing onnxruntime_pybind11_state: 找不到指定的模块。
Traceback (most recent call last):
File "D:\ai\DeepFaceLive_2050\_internal\DeepFaceLive\main.py", line 5, in <module>
import onnxruntime # Crucial: Import early before PATH is altered by other libs
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\__init__.py", line 61, in <module>
raise import_capi_exception
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\__init__.py", line 24, in <module>
from onnxruntime.capi._pybind_state import (
File "D:\ai\DeepFaceLive_2050\_internal\python\lib\site-packages\onnxruntime\capi\_pybind_state.py", line 32, in <module>
from .onnxruntime_pybind11_state import * # noqa
ImportError: DLL load failed while importing onnxruntime_pybind11_state: 找不到指定的模块。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\ai\DeepFaceLive_2050\_internal\DeepFaceLive\main.py", line 13, in <module>
sys.exit(1) # Exit if onnxruntime cannot be loaded
NameError: name 'sys' is not defined
请按任意键继续. . . |
|