TensorFlow 1.0.1

Hello. Im trying to run this project https://github.com/thiippal/tankbuster on my jetson nano board and it requests tensorflow 1.0.1, project is on python 2.7. How can i install tensorflow 1.0.1 for python2.7 and is it even possible? I also have installed everything on the virtual machine and all is working

Hi,

Here is a TensorFlow v1.0.1 package built from the community.
https://devtalk.nvidia.com/default/topic/1000717/jetson-tx2/tensorflow-on-jetson-tx2/

However, it require JetPack3.x system, which doesn’t support Jetson Nano yet.
Maybe you can try the compiled steps and rebuilt a package for Nano directly.

Thanks