Tensorflow for python2

Hi,

Is there a plan to release a python2 version for tensorflow as many programs are python2 only.
Thank you in advance.

Hi,

Our official TensorFlow will only support python3 after JetPack4.2.

You can build it from source.
Here is the steps shared by other user few days ago:
[url]https://devtalk.nvidia.com/default/topic/1055131/jetson-agx-xavier/building-tensorflow-1-13-on-jetson-xavier/[/url]

Thanks.

Dear AastaLLL,

Thanks for your answer.
Indeed, i am in the building process. i will update my steps once everything done in case someone needs also tensorflow for python2.

Best,

Hi,

It will be good.
Look forward to your update.

Thanks.

Dear AastaLLL,

Come back to you to update the status of tensorflow for python2.
So I managed to compile tensorflow from source for python 2.
I have successfully built the wheel file by running the process inside the virtual environment.
My python path and python packages path were linking to the one of virtual env.
I have used:

  • Tensorflow 1.12.2 to match my version in my desktop
  • Bazel 0.15.2
  • protobuf 3.6.1
  • gcc 7.4.0 ( the one from NVIDIA jetson nano image)

For the build i set local_resources=2048.0,0.5,1.0 and the whole process took about 20hours to finish.
If anyone has questions, please feel to ask.

Thank you