Python引入部分第三方库异常。
问题描述:
问题:
1:无法正常引入部分第三方库,例如seaborn,pandas,matplotlib等,但是在之前曾成功运用pycharm引入了re,requests,bs4等库,均未发现异常。
2:不仅pycharm不行,cmd也不行,运用pip会出现不断更换版本安装但从未成功的现象。利用镜像网站时会出现:
ERROR: Could not find a version that satisfies the requirement seaborn (from versions: none)
ERROR: No matching distribution found for seaborn。
3:在pycharm添加库时会出现报错:命令出错,退出状态为1。或是安装时间极久等现象。
4:图片在楼下
答
跟你python版本有关,你版本太新了,本地是3.10版的。
仓库中找不到适合你这个python版本的了
装个老版本的python吧