Tensorflow 1.X 安装:
pip install --index-url https://pypi.douban.com/simple tensorflow
或pip install --index-url http://mirrors.aliyun.com/pypi/simple/ tensorflow
Tensorflow 2.X 安装: (豆瓣源, 注意要是 https, 有个s )
pip install -i https://pypi.doubanio.com/simple/ tensorflow
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:用pip安装tensorflow换成国内源快速安装 - Python技术站