【发布时间】:2018-07-19 11:58:54
【问题描述】:
我想使用 seaborn 包创建一个 catplot,我知道为了能够做到这一点,我需要最新版本的 seaborn(0.9.0)。我使用以下方法安装了 conda 软件包:
conda install seaborn
但它下载了 0.8.1 版。
因此我使用 pip 安装了我想要的版本:
pip3 install seaborn==0.9.0
但是每当我运行我的代码时,我都会遇到同样的错误: AttributeError: module 'seaborn' has no attribute 'catplot'(该属性仅在最新版本中可用)。
有人可以帮忙吗?
【问题讨论】: