tensorflow-1.15版本安装

sudo apt-get install python3.6 -y
sudo apt-get install python3.6-distutilscurl https://bootstrap.pypa.io/pip/3.6/get-pip.py | sudo -H python3.6
pip3.6 install tensorflow==1.15 -i https://pypi.tuna.tsinghua.edu.cn/simple

一般情况下安装tensorflow-1不成功的原因是pip对应版本过高,python3.6对应的pip版本会低于22,

你可能感兴趣的:(深度学习,tensorflow,python,深度学习)