pyvino
pyvino copied to clipboard
Error on ie_api.so
In my environment on MacOS, version 2019 R2 of OpenVINO did not work properly.
Need to copy ie_api.so from python3.6.
Below command solved it.
cp /opt/intel/openvino/python/python3.6/openvino/inference_engine/ie_api.so /opt/intel/openvino/python/python3.7/openvino/inference_engine/ie_api.so