pycharm终端下载tensorflow

1、windows系统安装tensorflow2.1.0版本要先安装vc_redist.x64.exe,可通过链接下载https://aka.ms/vs/16/release/vc_redist.x64.exe

2、下载安装完毕,在pycharm终端界面输入

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn tensorflow-cpu

3、tensorflow最新版本下载成功

你可能感兴趣的:(python)