Seaborn Lineplot Module Object Has No Attribute ‘Lineplot’

If you are using conda, you need to install seaborn with the version specified:

conda install -c anaconda seaborn=0.9.0

Once your seaborn 0.9.0 is installed properly, you should be able to use the lineplot function (at least it works on mine).

That way you don’t have to go outside of the conda ecosystem and use seaborn with pip.

Leave a Comment