Could not find a version that satisfies the requirement tensorflow~=1.15.0

Problem solved. It’s not just pip

These packages need upgrading. Always use the --user flag

pip install --upgrade pip --user
pip install testresources --user
pip install --upgrade setuptools --user
pip install --upgrade protobuf --user
3 Likes