pip默认使用的是国外的源,国内网速有限制,可以使用国内源,这里推荐豆瓣的源: Simple Index 安装时使用-i指定 sudo pip3 install tensorflow -i https://pypi.douban.com/simple 速度飞快。