How can I install an old version of Tensorflow in conda vertual environnement? I want Tensorflow-gpu 1.4, when I attempt this command:
conda install tensorflow-gpu=1.4
I see the message in attached picture.
When I tried conda create -n tf_1_4 python=3.6 tensorflow-gpu=1.4
and I got this :
Collecting package metadata (current_repodata.json): done
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package python conflicts for:
python=3.6
tensorflow-gpu=1.4 -> tensorflow-gpu-base==1.4.1 -> python[version='>=2.7,<2.8.0a0|>=3.5,<3.6.0a0|>=3.6,<3.7.0a0']
The following specifications were found to be incompatible with your system:
- feature:/linux-64::__glibc==2.26=0
- feature:|@/linux-64::__glibc==2.26=0
Your installed version is: 2.26