conda tensorflow
don't recomend forge on this one!!!!!
anaconda:
conda install -c anaconda tensorflow
conda-forge:
conda install -c conda-forge tensorflow
Eager Eel
don't recomend forge on this one!!!!!
anaconda:
conda install -c anaconda tensorflow
conda-forge:
conda install -c conda-forge tensorflow
conda create -n tensorflow_env tensorflow
conda activate tensorflow_env
conda install -c conda-forge tensorflow=1.14