关于pip install 错误汇总

ERROR: Could not find a version that satisfies the requirement
原因镜像错误
更改镜像源 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
官方来源:https://mirrors.tuna.tsinghua.edu.cn/help/pypi/

Runtime Error: Cannot install on Python version 3.11.0; only versions >=3.7,❤️.11 are supported.
版本不兼容 更换python版本

Module Not Found Error: No module named 'numpy'
缺少numpy模块
安装 pip install numpy
如果安装失败更换源

posted @   RuiZiY  阅读(109)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
点击右上角即可分享
微信分享提示