柚子快報激活碼778899分享:pip 配置鏡像源
Officeworks外貿(mào)辦公港綜合2025-05-05460
柚子快報激活碼778899分享:pip 配置鏡像源
配置鏡像源
臨時指定
# 使用指定鏡像源安裝 numpy 版本
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
# 如果上述報錯, 可以添加授信主機
pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
永久指定
# 配置使用清華鏡像源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
# 配置信任該鏡像源
pip config set install.trusted-host pypi.tuna.tsinghua.edu.cn
更新 pip
python -m pip install --upgrade pip
查看 pip 配置
pip config list
常用鏡像源
清華鏡像 https://pypi.tuna.tsinghua.edu.cn/simple豆瓣鏡像 https://pypi.douban.com/simple/阿里云鏡像 https://mirrors.aliyun.com/pypi/simple/
柚子快報激活碼778899分享:pip 配置鏡像源
參考鏈接
評論可見,查看隱藏內容
本文內容根據(jù)網(wǎng)絡資料整理,出于傳遞更多信息之目的,不代表金鑰匙跨境贊同其觀點和立場。
轉載請注明,如有侵權,聯(lián)系刪除。