这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
pip相关 [2020/10/09 17:27] admin |
pip相关 [2023/08/06 10:03] (当前版本) admin [pip下载临时指定清华源] |
||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== 问题 ====== | + | ====== pip安装提示不支持这个平台问题 ====== |
pip install xxx.whl | pip install xxx.whl | ||
行 20: | 行 20: | ||
print(pip.pep425tags.get_supported()) | print(pip.pep425tags.get_supported()) | ||
</code> | </code> | ||
+ | |||
+ | |||
+ | ====== pip下载临时指定清华源 ====== | ||
+ | ''-i https://pypi.tuna.tsinghua.edu.cn/simple'' | ||
+ | |||
+ | ===== pip配置源 ===== | ||
+ | ''pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple/'' | ||