Python报错:AttributeError:module ‘seaborn‘ has no attribute ‘pairpiot‘
Python报错:AttributeError:module ‘seaborn’ has no attribute ‘pairpiot’解决办法:检查函数名是否正确,是否版本低导致没有该函数报错AttributeError:module ‘seaborn’ has no attribute 'pairpiot’经过搜狗翻译为:属性错误:模块“seaborn”没有属性“pairpiot”。经过检查发
·
解决办法:检查函数名是否正确,是否版本低导致没有该函数
报错AttributeError:module ‘seaborn’ has no attribute 'pairpiot’经过搜狗翻译为:属性错误:模块“seaborn”没有属性“pairpiot”。经过检查发现pairplot函数误敲成pairpiot(l敲成了i),所以这一类型是函数名称与已有不符,而不是seaborn中没有该属性,当然有些可能是因为版本低没有该属性。
更多推荐




所有评论(0)