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
下载以来后运行提示这个
Windows PowerShell
版权所有 (C) 2009 Microsoft Corporation。保留所有权利。
PS D:\Code\Python\roop-main> & C:/Users/Administrator/AppData/Local/Programs/Pyt
hon/Python38/python.exe d:/Code/Python/roop-main/run.py
Traceback (most recent call last):
File "d:/Code/Python/roop-main/run.py", line 2, in
from roop import core
File "d:\Code\Python\roop-main\roop\core.py", line 18, in
import onnxruntime
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime_init_.py", line 56, in
raise import_capi_exception
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime_init_.py", line 23, in
from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime\capi_pybind_state.py", line 32, in
from .onnxruntime_pybind11_state import * # noqa
ImportError: DLL load failed while importing onnxruntime_pybind11_state: 找不到
指定的程序。
The text was updated successfully, but these errors were encountered:
下载以来后运行提示这个
Windows PowerShell
版权所有 (C) 2009 Microsoft Corporation。保留所有权利。
PS D:\Code\Python\roop-main> & C:/Users/Administrator/AppData/Local/Programs/Pyt
hon/Python38/python.exe d:/Code/Python/roop-main/run.py
Traceback (most recent call last):
File "d:/Code/Python/roop-main/run.py", line 2, in
from roop import core
File "d:\Code\Python\roop-main\roop\core.py", line 18, in
import onnxruntime
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime_init_.py", line 56, in
raise import_capi_exception
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime_init_.py", line 23, in
from onnxruntime.capi._pybind_state import ExecutionMode # noqa: F401
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-p
ackages\onnxruntime\capi_pybind_state.py", line 32, in
from .onnxruntime_pybind11_state import * # noqa
ImportError: DLL load failed while importing onnxruntime_pybind11_state: 找不到
指定的程序。
The text was updated successfully, but these errors were encountered: