I have installed conda version 4.8.3 and I'm try to install tensorflow 2.1, but commands like
conda isntall tensorflow
or
conda install -c anaconda tensorflow
all ends up installing tensorflow 1.14, no matter what.
Any tips suggestion how to get tensorflow 2 installed?
Thank you.
This works fine for the GPU version:
conda install -c anaconda tensorflow-gpu==2.1
or for CPU version:
conda install -c anaconda tensorflow==2.1
Also, you may have to downgrade your python version to 3.6
Create a new env and specify the version you want:
conda create --name tf_21 python tensorflow=2.1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With