首页 > 其他分享> > 【pip】 ERROR: Could not find a version that satisfies the requirement xxx 【pip】 ERROR: Could not find a version that satisfies the requirement xxx 2022-06-15 07:00:50 作者:互联网 有时候pip安装可能出现以下报错: 出现原因: pip安装的第三方库名拼写错误 pip安装不稳定,可以指定网址安装 例如 pip install 包名 -i 指定网址 参考: https://blog.csdn.net/qq_45603919/article/details/108906920 标签:requirement,拼写错误,Could,xxx,指定,网址,报错,pip,安装 来源: https://www.cnblogs.com/sdr900/p/16377041.html