pip安装python包报错:Could not find a version that satisfies the requirement numpy (from versions: )更换国内镜像源。
国内镜像源:清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云 http://mirrors.aliyun.com/pypi/simple/
示例:pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip安装特别慢使用国内镜像源
最新推荐文章于 2025-03-24 10:01:55 发布