how to install older version of tensorflow code example
Example 1: how to install older version of tensorflow
pip install tensorflow=="version you want to install"
Example 2: installing a specific version of tensorflow
pip install tensorflow==2.0.0