No matching distribution found for tb-nightly
)shellpython -m pip config list
其中 index-url
即为 pip 下载源
shell# 切换为 阿里源
python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
# 切换为 清华源
python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
需要切换,直接运行相应的命令即可。
切换完,可通过 config list 查看配置是否切换成功
本文作者:Silon汐冷
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!