jetsonhacks / installTensorFlowTX2

Install TensorFlow on the NVIDIA Jetson TX2 Development Kit
MIT License
165 stars 82 forks source link

Bazel installation Error for Python 2.7 in "/installPrerequisites.sh" command #26

Closed zkhodzhaev closed 6 years ago

zkhodzhaev commented 6 years ago

screenshot from 2018-07-31 15-21-01 screenshot from 2018-07-31 15-22-19 screenshot from 2018-07-31 15-19-39

My machine: Jetson TX2 Ubuntu 16.04 LTS Python 2.7.12 CUDA release 9.0, V9.0.252 cuDNN 7.0.5 Any clue ?

jetsonhacks commented 6 years ago

The installation scripts were written some time ago, when TensorFlow did not support CUDA 9.0. The issue is that an older version of JAVA is needed to build Bazel. For a more modern build, please see: https://github.com/JasonAtNvidia/JetsonTFBuild