Installation problem

cdarlint at gmail.com cdarlint at gmail.com
Mon May 11 03:19:22 EDT 2020


On Monday, May 11, 2020 at 9:56:17 AM UTC+8, Solomon Onuche Faruna wrote:
> I install python 3.8 and pycharm community edition on window 8 but when I
> try to install matplotlib in pycharm I discovered I got  "error loading
> package list pypi.python.org" so I updated the pycharm to version 2020.1.
> The packages loaded but when I try to install matplotlib I was told "No
> matching distribution found for matplotlib". I am confused right now. I
> need urgent help. Thanks

I would suggest you to install Anaconda which include python/numpy and possibly matplotlib altogether
if not included, just run in cmd:
conda install matplotlib
and it will be installed


More information about the Python-list mailing list