Install tensorflow 1.15 for Python 2.7

Hi, I have tensorflow 1.15 installed on my Xavier NX. However, only Python 3.6 can see it. Python 2.7 can not see it. How can I install tensorflow 1.15 for Python 2.7?

Hi,

We stop to provide python2.7 TensorFlow package for a while.
If you want a python2 package, please build it from source.

Here is a building script from our user for your reference:

Thanks.