Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/334.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python AttributeError:模块“seaborn”没有属性“lineplot”-已更新为0.9.0_Python_Python 3.x_Seaborn - Fatal编程技术网

Python AttributeError:模块“seaborn”没有属性“lineplot”-已更新为0.9.0

Python AttributeError:模块“seaborn”没有属性“lineplot”-已更新为0.9.0,python,python-3.x,seaborn,Python,Python 3.x,Seaborn,我需要帮助运行lineplot。我已经用pip和conda更新了conda和Seaborn 对如何解决这个问题有什么建议吗?我正在使用Jupyter w/python3 AttributeError Traceback (most recent call last) <ipython-input-4-5086873db64c> in <module>() ----> 1 rawx = sns.relplot(x=

我需要帮助运行lineplot。我已经用pip和conda更新了conda和Seaborn

对如何解决这个问题有什么建议吗?我正在使用Jupyter w/python3

AttributeError                            Traceback (most recent call last)
<ipython-input-4-5086873db64c> in <module>()
----> 1 rawx = sns.relplot(x="Timestamp",y="X0",kind="line",data=raw)

AttributeError: module 'seaborn' has no attribute 'relplot'

很抱歉,根据您提供的信息,您只能考虑使用以下内容检查seaborn的版本:

pip freeze | grep seaborn
pip3 freeze | grep seaborn
在conda环境中尝试以下操作:

pip3 install seaborn==0.9.0
或:


并确保您实际加载了具有更新seaborn的Python的正确版本。

将文本作为文本而不是图像发布;提供导致问题的实际代码;提供回溯。。。除非我们有这些东西,否则我们无法帮助你。请检查,更一般地说,图片只是证明安装了软件包。不认为有必要显示该文本,因为它只是一堵文本墙。不要在其上提出太多的观点,但如果您自己无法解决此问题,您可能不想对其他人帮助您解决此问题的有用或不有用的内容做出太多假设。这些指导原则的存在是有原因的,如果您决定忽略它们,则会限制我们帮助您的能力。您提供了来自命令行的回溯,其中只包含一行代码上下文非常重要,并且没有接近我在第一条评论中建议的可验证示例。这个错误很明显,但由于您没有提供复制此错误或有关您的环境的信息的方法,因此它实际发生的原因是任何人的猜测。如果您没有提供足够的信息来识别问题,我无法为您提供解决问题的建议。我想请检查您是否在正确的位置安装了seaborn 0.9。此外,请尝试在脚本顶部执行print seaborn.\uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu
conda install seaborn==0.9.0