We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C#项目,在项目中引用了OpenVINO.runtime.win.2024.3.0.1等相关包,然后在“C:\Program Files (x86)\Intel\openvino_2024.3.0.16041”放置了openvino需要的运行时文件,并配置了环境变量。 国内电脑都没问题,但是美国的电脑报错”法加载DLL openvino_c.dll“。 美国电脑的处理器是Intel(R)Core(TM):i5-8500 CPU @ 3.00GHz 3.00 GHz,操作系统是win 10 pro,在openvino支持的范围内。 尝试了好多都没找到问题,最后重装了系统还是不行。 不知道什么原因导致的,请问大家有什么建议,感谢!
The text was updated successfully, but these errors were encountered:
尝试把以下路径添加到系统Path环境变量:项目路径\packages\OpenVINO.runtime.win.2024.0.0.2\runtimes\win-x64\native。我这样做可以解决这个问题。
Sorry, something went wrong.
请问你解决这个问题了么,我修改系统Path环境变量,还是不行
我是按上面的方式配置好以后就解决了,我的系统是win10,i7-8700 CPU。
我刚刚在另外一个链接里找了个方法解决了guojin-yan/OpenVINO-CSharp-API-Samples#4
No branches or pull requests
C#项目,在项目中引用了OpenVINO.runtime.win.2024.3.0.1等相关包,然后在“C:\Program Files (x86)\Intel\openvino_2024.3.0.16041”放置了openvino需要的运行时文件,并配置了环境变量。
国内电脑都没问题,但是美国的电脑报错”法加载DLL openvino_c.dll“。
美国电脑的处理器是Intel(R)Core(TM):i5-8500 CPU @ 3.00GHz 3.00 GHz,操作系统是win 10 pro,在openvino支持的范围内。
尝试了好多都没找到问题,最后重装了系统还是不行。
不知道什么原因导致的,请问大家有什么建议,感谢!
The text was updated successfully, but these errors were encountered: