How to install tensorflow

I am using PYNQ 2.6 on ZCU104 board.
I have an existing model trained with tensorflow, so I want to use tensorflow. Is there a way to install it?

When i used pip install tensorflow command root@pynq:/home/xilinx# pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
The following error occurs.