打开终端,直接用pip安装
pip install tensorflow==2.0.0-alpha0
如果速度慢,也可以用清华的镜像:
pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
还可以去官网上下载安装包,用cd命令进入文件目录,然后 pip install 文件名,即可安装了。
打开终端,直接用pip安装
pip install tensorflow==2.0.0-alpha0
如果速度慢,也可以用清华的镜像:
pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
还可以去官网上下载安装包,用cd命令进入文件目录,然后 pip install 文件名,即可安装了。