You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Installed openvino using build_ov.py in D:\openvino2\artifacts\openvino. But getting error when executing following command:
python build_ovtf.py --use_openvino_from_location="D:\openvino2\artifacts\openvino"
Traceback (most recent call last):
File "D:\openvino_tensorflow-2.3.0\build_ovtf.py", line 642, in
main()
File "D:\openvino_tensorflow-2.3.0\build_ovtf.py", line 212, in main
raise AssertionError("Path doesn't exist {0}".format(ver_file))
AssertionError: Path doesn't exist D:\openvino2\artifacts\openvino/runtime/version.txt
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Installed openvino using build_ov.py in D:\openvino2\artifacts\openvino. But getting error when executing following command:
python build_ovtf.py --use_openvino_from_location="D:\openvino2\artifacts\openvino"
Traceback (most recent call last):
File "D:\openvino_tensorflow-2.3.0\build_ovtf.py", line 642, in
main()
File "D:\openvino_tensorflow-2.3.0\build_ovtf.py", line 212, in main
raise AssertionError("Path doesn't exist {0}".format(ver_file))
AssertionError: Path doesn't exist D:\openvino2\artifacts\openvino/runtime/version.txt
The text was updated successfully, but these errors were encountered: