I've just finished an online course about python for Data Science. I wanted to code something by my own in Pycharm Edu. I had done this before and everything was working. I downloaded "numpy" and "matplotlib" via Pycharm and console in Linux Mint. When I import numpy and import matplotlib ( and write nothing else ) my program is running properly, but when I write "import matplotlib.pyplot as plt" it is not working.enter image description here Screen: https://snag.gy/CPx9WG.jpg
-
3stackoverflow.com/questions/36327134/…Andrea Nagy– Andrea Nagy2018-09-10 13:57:29 +00:00Commented Sep 10, 2018 at 13:57
-
The error tells you what is wrong. You do not have tkinter installed.ImportanceOfBeingErnest– ImportanceOfBeingErnest2018-09-10 13:57:34 +00:00Commented Sep 10, 2018 at 13:57
-
Thanks you so muchMikey566– Mikey5662018-09-10 14:03:05 +00:00Commented Sep 10, 2018 at 14:03
Add a comment
|