pip 默认连接的是位于海外的 PyPI 官方源,网络延迟的时候下载速度非常慢。
所以,直接写了一个 pip fast check pypi
pip install -U pip-fc
pip-fc或者python -m pip-fc
pip-fc --add-nvidia 会增加 AI 方面的包
pip-fc --reset 还原设置
至于解决依赖,冲突,audit,打包的问题,In planning,其实写了一半,没测,没发,优先度低
1
shinonome 25 天前
有用呢
|
2
Alias4ck 25 天前
pip 解决 conflict 也慢 建议 uv
|
3
Zealand 25 天前
|
4
dsb2468 25 天前
我一直用的豆瓣的源
|
5
TimePPT PRO uv + aliyun 的源,再没感觉慢了
|
6
SirYuxuan 25 天前
chsrc 了解一下
|