Python清华源快速下载sklearn、numpy、TensorFlow等包
时间:2020-06-05 09:47:27
收藏:0
阅读:522
使用清华源快速下载:
pip install sklearn -i https://pypi.tuna.tsinghua.edu.cn/simple
sklearn包可替换成其他包,例如numpy,TensorFlow等包,一次不行,多重复下载几次(亲测可行)
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
原文:https://www.cnblogs.com/zhff/p/13047751.html
评论(0)