https://www.cnblogs.com/lijinze-tsinghua/p/8653811.html
python3.6.9对应tensorflow版本链接:
sudo pip3 install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.12.0-cp36-cp36m-linux_x86_64.whl
注意事项:
sudo pip install +tensorflow版本 对应的python2
sudo pip3 install + tensorflow版本 对应的python3
python3.6和python3.7 等python 版本,跟tensorflow 多个版本中有某一个有对应关系。