pip 指定源

pip定源

# 指定豆瓣
python -m pip install transformers -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

参考

  • 出现错误:Looking in indexes:https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(python,python)