[Tutor] matplotlib isn't recognized after installation

Alan Gauld alan.gauld at btinternet.com
Wed Sep 18 13:08:13 EDT 2019


On 18/09/2019 15:46, Pavel Yermolenko wrote:
> Hello,
>
> I've installed matplotlib using the following command:
> python -m pip install matplotlib

That probably invokes Python 2.x


If your development tool is using v3 then thats the error I'd expect.

What happens if you try

python --version



-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list