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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
2024.6
Windows System
CPU
None
No response
I upgrade windows to 24H2 26100.2894 yesterday. And, now , I found api get_available_devices failed.
get_available_devices
ov::Core core; auto devices = core.get_available_devices();
rebuild samples in openvino 24.6 x86_x64, and try to call hello_query_device.exe
PowerShell 7.4.6 PS C:\openvino_2024.6_x86_64> .\setupvars.ps1 [setupvars] OpenVINO environment initialized Warning: Python is not installed. Please install one of Python 3.9 - 3.13 (64-bit) from https://www.python.org/downloads/ PS C:\openvino_2024.6_x86_64> cd C:\Users\perso\Documents\Intel\OpenVINO\openvino_cpp_samples_build\intel64\Release PS C:\Users\perso\Documents\Intel\OpenVINO\openvino_cpp_samples_build\intel64\Release> .\hello_query_device.exe [ INFO ] Build ................................. 2024.6.0-17404-4c0f47d2335-releases/2024/6 [ INFO ] PS C:\Users\perso\Documents\Intel\OpenVINO\openvino_cpp_samples_build\intel64\Release>
The text was updated successfully, but these errors were encountered:
@personball Which platform are you using? Could you please share the log of test_info.zip on your platform?
Sorry, something went wrong.
peterchen-intel
wangleis
No branches or pull requests
OpenVINO Version
2024.6
Operating System
Windows System
Device used for inference
CPU
Framework
None
Model used
No response
Issue description
I upgrade windows to 24H2 26100.2894 yesterday.
And, now , I found api
get_available_devices
failed.ov::Core core; auto devices = core.get_available_devices();
Step-by-step reproduction
rebuild samples in openvino 24.6 x86_x64, and try to call hello_query_device.exe
Relevant log output
Issue submission checklist
The text was updated successfully, but these errors were encountered: