Python的pip下载特定版本TensorFlow方法

1

新建文档requirements.txt

文档写入(也就是想要库的对应版本)

numpy==1.14.5
Pillow==5.2.0
scipy==1.1.0
six==1.11.0
tensorflow==1.4.0

3

在文档中打开控制栏运行:

pip install -r requirements.txt

4

坐等下载好想要的版本

猜你喜欢

转载自blog.csdn.net/BTUJACK/article/details/82012171