conda install tensorflow 1 code example
Example 1: conda install tensorflow windows
conda install -c conda-forge tensorflow
Example 2: update tensorflow pip
######## for Python 2.7
pip install --upgrade pip
pip install --upgrade tensorflow
######## for Python 3.n
pip3 install --upgrade pip
pip3 install --upgrade tensorflow
Example 3: install tensorflow anaconda 1
conda install -c conda-forge tensorflow=1.14
Example 4: installing a specific version of tensorflow
pip install tensorflow==2.0.0