AttributeError: module ‘seaborn‘ has no attribute ‘histplot‘
Posted 叶庭云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: module ‘seaborn‘ has no attribute ‘histplot‘相关的知识,希望对你有一定的参考价值。
问题描述:在用 seaborn 作图时报错:AttributeError: module ‘seaborn’ has no attribute ‘histplot’
这种情况一看就是 Python 库的版本问题,我用的 Anaconda Base 环境里的 seaborn 版本为 0.10.1。
解决方法:更新一下 seaborn 库,在 Anaconda Prompt 下输入 pip install -U seaborn 即可:
pip install -U seaborn -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
以上是关于AttributeError: module ‘seaborn‘ has no attribute ‘histplot‘的主要内容,如果未能解决你的问题,请参考以下文章
AttributeError:模块 'urllib' 没有属性 'parse'
tensorflow -----AttributeError: module ‘tensorflo
新的 Kivy 安装:AttributeError: 'module' 对象没有属性 'require'
类 InstagramSpider(scrapy.Spider): AttributeError: 'module' 对象没有属性 'Spider'
api = twitter.Api() AttributeError: 'module' 对象没有属性 'Api
安装pytest-allure-adaptor后,运行报错:AttributeError: module 'pytest' has no attribute 'allure