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
This worked for me:
pip3 install 'tensorflow==1.2.0' --force-reinstall