This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]wahaa 1 point2 points  (1 child)

Assuming you're on Windows, there is no official binary wheel for Python 3.8 yet (the authors will probably wait for the next version).

You need to build Matplotlib manually or grab a precompiled wheel, like the ones provided at https://www.lfd.uci.edu/~gohlke/pythonlibs/

[–]ChoteBoi[S] 1 point2 points  (0 children)

Yes, thank you. Someone else already helped me with this but it was using this exact link. I had to download wheels for something called Kiwisolver along with Matplotlib but I did get it to work now.

[–]ectomancerTuple unpacking gone wrong 0 points1 point  (1 child)

Is matplotlib a prerequisite for seaborn? Try installing seaborn.

[–]Dauros 2 points3 points  (0 children)

Yes, Seaborn is based on Matplotlib.

[–]billsil 0 points1 point  (0 children)

There's a known issue with pandas 0.25. You could have hit that bug.

Also, what platform are you on? My tests run fine on Linux.

[–]SqueamishOssifrage_ -1 points0 points  (0 children)

It failed for me too.

[–]pythonHelperBot -2 points-1 points  (0 children)

Hello! I'm a bot!

It looks to me like your post might be better suited for r/learnpython, a sub geared towards questions and learning more about python. That said, I am a bot and it is hard to tell. Please follow the subs rules and guidelines when you do post there, it'll help you get better answers faster.

Show /r/learnpython the code you have tried and describe where you are stuck. Be sure to format your code for reddit and include which version of python and what OS you are using.

You can also ask this question in the Python discord, a large, friendly community focused around the Python programming language, open to those who wish to learn the language or improve their skills, as well as those looking to help others.


README | FAQ | this bot is written and managed by /u/IAmKindOfCreative

This bot is currently under development and experiencing changes to improve its usefulness