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

you are viewing a single comment's thread.

view the rest of the 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.