ImportError: DLL load failed while importing _pyopenvino: 找不到指定的程序

ImportError: DLL load failed while importing _pyopenvino: 找不到指定的程序
完全按照官方的pip安装方式,但是报错
在这里插入图片描述
官方pip安装方式
解决方法:
下载下面压缩包
官网下载链接
ImportError: DLL load failed while importing _pyopenvino: 找不到指定的程序_第1张图片
解压到
ImportError: DLL load failed while importing _pyopenvino: 找不到指定的程序_第2张图片
运行程序之前
在这里插入图片描述
完成!!!
测试

python -c "from openvino.runtime import Core"

无报错信息输出,说明成功
在这里插入图片描述
否则会有报错信息输出!!!
ImportError: DLL load failed while importing _pyopenvino: 找不到指定的程序_第3张图片

但是好像只要重启终端就要重新执行setupvars.bat,挺麻烦,如果有好的解决办法,记得评论给我,谢谢。
永久方法
附官网解决办法

你可能感兴趣的:(python,openvino)