Last answered:

21 Oct 2021

Posted on:

14 Oct 2021

1

I have problem with matplotlib

Hi team,

I have again this problem and cannot find out why it is saying that I don't have the module since I have it. imageimage

1 answers ( 0 marked as helpful)
Instructor
Posted on:

21 Oct 2021

1

Hi Nadezhda,
thanks for reaching out! Can you specify which operating system you're using, i.e. are you programming on a mac computer? It's possible that you have two python environments, one of which does not have the matplotlib module and that's why you're getting the issue. If this happens to be the case you can try the following in a code cell:

import sys
!{sys.executable} -m pip install matplotlib

Let me know if there's still an issue with the module.

Best,
365 Eli

Submit an answer