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
I successfully built TensorFlow 2.1 with bazel 2.0.0, and had TF successfully installed on Ubuntu 18.04.4.
However, failed to build ngraph-bridge with the following ERROR messages:
➜ ngraph-bridge git:(master) ✗ python build_ngtf.py
Traceback (most recent call last):
File "build_ngtf.py", line 537, in <module>
main()
File "build_ngtf.py", line 168, in main
version_check(arguments.use_prebuilt_tensorflow)
File "build_ngtf.py", line 47, in version_check
'.'.join(bazel_ver))
Exception: Need bazel 0.24.1 < version <= 0.25.2
Got: 2.0.0- (@non-git)
Can anybody give me a hand?
Cheers
Pei
The text was updated successfully, but these errors were encountered:
I successfully built TensorFlow 2.1 with bazel 2.0.0, and had TF successfully installed on Ubuntu 18.04.4.
Can anybody give me a hand?
Cheers
Pei
The text was updated successfully, but these errors were encountered: