You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(tutorial_env) (base) C:\Users\under\Deep-Live-Cam>python run.py
Traceback (most recent call last):
File "C:\Users\under\Deep-Live-Cam\run.py", line 15, in
import onnxruntime
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime_init_.py", line 57, in
raise import_capi_exception
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime_init_.py", line 23, in
from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in
from .onnxruntime_pybind11_state import * # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing onnxruntime_pybind11_state: A dynamic link library (DLL) initialization routine failed.
The text was updated successfully, but these errors were encountered:
(tutorial_env) (base) C:\Users\under\Deep-Live-Cam>python run.py
Traceback (most recent call last):
File "C:\Users\under\Deep-Live-Cam\run.py", line 15, in
import onnxruntime
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime_init_.py", line 57, in
raise import_capi_exception
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime_init_.py", line 23, in
from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\under\Deep-Live-Cam\tutorial_env\Lib\site-packages\onnxruntime\capi_pybind_state.py", line 32, in
from .onnxruntime_pybind11_state import * # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: DLL load failed while importing onnxruntime_pybind11_state: A dynamic link library (DLL) initialization routine failed.
The text was updated successfully, but these errors were encountered: