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 have your own library/packet on github/gitlab etc, you have to add tag to commit with concrete version of library e.g. v2.0 then you can install your packet
pip install git+ssh://link/name/repo.git@v2.0