jetsonhacks / installTensorFlowTX2

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

setTensorFlowEV.sh can't find deviceQuery #13

Closed iandow closed 7 years ago

iandow commented 7 years ago

setTensorFlowEV.sh is failing with the following error:

./configure: line 669: /usr/local/cuda/extras/demo_suite/deviceQuery: No such file or directory

jetsonhacks commented 7 years ago

deviceQuery is not located in the standard cuda location on the Jetson. The error can be safely ignored, as the environment variables are set in this shell file.

mustafamerttunali commented 6 years ago

How can I Ignore? There is no information about deviceQuery in this shell file(setTensorFlowEV.sh)?

raghavgurbaxani commented 6 years ago

Hi, I get the same error. Could you please explain how to deal with this?

thanks