Problem with PyPlot library

Sounds like something is wrong with your Conda (Python) installation; maybe try

import Conda
Conda.update()
Conda.add("matplotlib")

(you my have to pkg> add Conda first.)

1 Like