from openvino.inference_engine import IECore()
If IECore()
is imported for inferrence through openvino
, the above error occurs.
I tried various environment variables and various things, but it didn't work. The imported environment is a virtual environment, but site-package was located in:
C:/USERS/USER/AppData/Roaming/Python/Python38/site-packages/openvino.
How can we solve this case?