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
windows 和centos7 的native 都装了,也执行导入环境和install shell,但是依然提示, win server 不在vino系统支持版本下可以理解, 但是centos是在的,如下是具体版本和内核 Static hostname: iZ7xv267onrvgohr36u2wfZ Icon name: computer-vm Chassis: vm Machine ID: 8daf5292689c4fd48aaee1c762926a1a Boot ID: d69d7dcafade433987935de7332e1a16 Virtualization: kvm Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 3.10.0-1160.90.1.el7.x86_64 Architecture: x86-64
The text was updated successfully, but these errors were encountered:
wsl ubuntu ntu.22-x86_64 在本机开发环境下也是如此
Sorry, something went wrong.
ubuntu的系统我是测试过的,没有问题的,centos系统我没有进行测试。 不过我刚想起来一个问题,你这个出现错误的原因很大的可能是openvino本身不支持该服务器,openvino具体支持的信息可以参考:https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/system-requirements.html 目前发布的nuget openvino runtimes包都是openvino官方发布的编译版本,可能服务器系统以及处理器与openvino 发布的编译版本不适配原因导致。如果想检查是不是该原因,可以测试官方发布的openvino c++或者python版本是否能够正常使用,如果无法使用,那么这个csharp版本也是无法使用的。
好的谢谢
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支持的范围内。 尝试了好多都没找到问题,最后重装了系统还是不行。 不知道什么原因导致的,请问大家有什么建议,感谢!
No branches or pull requests
windows 和centos7 的native 都装了,也执行导入环境和install shell,但是依然提示,
win server 不在vino系统支持版本下可以理解,
但是centos是在的,如下是具体版本和内核
Static hostname: iZ7xv267onrvgohr36u2wfZ
Icon name: computer-vm
Chassis: vm
Machine ID: 8daf5292689c4fd48aaee1c762926a1a
Boot ID: d69d7dcafade433987935de7332e1a16
Virtualization: kvm
Operating System: CentOS Linux 7 (Core)
CPE OS Name: cpe:/o:centos:centos:7
Kernel: Linux 3.10.0-1160.90.1.el7.x86_64
Architecture: x86-64
The text was updated successfully, but these errors were encountered: