使用豆瓣源解决安装tensorflow失败的问题

小编在使用pip3.6 install -- upgrade tensorflow命令安装tensorflow,总是安装失败,由于网速太慢了,总是报Timed out错误。 解决方法: 使用豆瓣源安装:pip3.6 install -i https://pypi.doubanio.com/simple/ tensorflow。 个人公众号:Python与摄影 扫描二维码关注我吧
相关文章
相关标签/搜索