关于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
如果安装失败更换源