赞
踩
一、创建环境:
conda create -n tensorflow python=3.8.10
conda activate tensorflow
查看版本:
conda search --full --name tensorflow
安装对应版本:
pip install --upgrade --ignore-installed tensorflow==2.13.0 -i https://pypi.tuna.tsinghua.edu.cn/simple 配置清华源快一些
二、1.4版本安装
conda create -n tensorflow14 python=3.6
pip install --index-url https://mirrors.aliyun.com/pypi/simple tensorflow==1.4.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。