https://pypi.tuna.tsinghua.edu.cn/simple/
pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple/
conda 切换镜像
conda config --add channels https://pypi.tuna.tsinghua.edu.cn/simple/
# 设置搜索时显示通道地址
conda config --set show_channel_urls yes