I\'m trying to install tensorflow r0.11. I tried
pip install tensorflow==r0.11
pip install tensorflow<0.12
But I get this error
If you want to install tensorflow r0.11, it means that you want to install the sources from a certain branch (r0.11). Therefore, you should follow the official installation instructions from tensorflow: https://www.tensorflow.org/install/install_sources:
In case you want to install a "normal" release. then you can easily use the following command:
pip install --upgrade tensorflow==1.3.0.