module ‘seaborn‘ has no attribute ‘scatterplot‘解决方案
程序员文章站
2022-06-20 08:50:52
首先,seaborn是包含scatterplot 模块的。但是运行对应无语法错误的语句却会报错,原因是当前的seaborn 版本为0.8或以下。举例报错如下:解决方案:升级seaborn 版本!对应语句为:pip install seaborn==对应版本数,如:pip install seaborn==0.9.0重新运行语句,可画出正常的图:期间可能cmd会要求升级,多次运行:python -m pip install --upgrade pip 可能无效会Error,.....
首先,seaborn是包含scatterplot 模块的。但是运行对应无语法错误的语句却会报错,原因是当前的seaborn 版本为0.8或以下。
举例报错如下:
解决方案:升级seaborn 版本!对应语句为:pip install seaborn==对应版本数,如: pip install seaborn==0.9.0
重新运行语句,可画出正常的图:
期间可能cmd会要求升级,多次运行:python -m pip install --upgrade pip 可能无效
会Error,反馈类似权限问题,具体调试方法可以参照如下:
https://blog.csdn.net/weixin_43870646/article/details/90020874
如果出现:No module named pip.basecommand
建议可以卸载旧版本重新安装新版本,对应步骤。或者可以参考这个作者的方法试试:https://blog.csdn.net/GuaPiQ/article/details/100593848
重新装好pip后就可以按照上面第一步操作升级seaborn了。
如何安装conda可参考这篇文章:https://www.jianshu.com/p/edaa744ea47d
本文地址:https://blog.csdn.net/qq_20749835/article/details/107367377
上一篇: maven多仓库配置 公司仓库和阿里仓库
下一篇: EasyExcel读取文件-同步处理数据
推荐阅读
-
module ‘seaborn‘ has no attribute ‘scatterplot‘解决方案
-
AttributeError: module ‘community‘ has no attribute ‘best_partition‘ 问题解决方法
-
module ‘community‘ has no attribute ‘best_partition‘ [已解决]
-
【python】解决AttributeError: module ‘scipy.misc‘ has no attribute ‘toimage‘问题
-
【Tensorflow】Linux下Tensorflow报错:AttributeError: module ‘tensorflow‘ has no attribute ‘xxxx‘
-
AttributeError: 'module' object has no attribute 'main'
-
AttributeError: module 'sklearn' has no attribute 'linear_model'
-
'module' object has no attribute
-
pycharm安装 suds模块报错:AttributeError: module 'pip' has no attribute 'main'
-
python efficientdet AttributeError: module ‘gast‘ has no attribute ‘Num‘