使用的系统: Ubuntu 18.04.1
1.apt 更新 :
sudo apt update
2.pip3 安装
sudo apt install python3-pip
3.python3-opencv 安装命令:
sudo apt-get install python3-opencv
4.tensorflow 1.3 安装:
sudo python3 -m pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow==1.3.0
5.参考链接
- https://blog.csdn.net/ignoreyou/article/details/81079304