<< Click to Display Table of Contents >> Navigation: Installation of PAI Infrastructure > Linux Platforms > Python and TensorFlow Installation |
Python version 3.8 is required. Install Python and TensorFlow as follows:
sudo apt update sudo apt upgrade
sudo apt install build-essential
sudo apt install python3
sudo apt install python3-pip
pip3 install --upgrade pip
pip3 install tensorflow
Note: TensorFlow can alternatively be installed in Python’s virtual environment.