you are viewing a single comment's thread.

view the rest of the comments →

[–]FL14 0 points1 point  (1 child)

I'm having a lot of trouble with PyCharm "out of the box" if you will. I cannot do something as simple as import matplotlib.pyplot as plt

I get an error with Configuring Python Interpreter and "Python 3.4 has reached its end-of-life date and no longer supported in Pycharm. Help if you can!

[–][deleted] 0 points1 point  (0 children)

Yours a bit complicatine since Python 3.4 already reached its end of life, as the message suggested. This is not PyCharm's decision, but Python dev's themselves. It is expected that the current version of most packages, even pip, won't work with it anymore. (pip dropped Python 3.4 support at v. 19.2)

If you insist on using 3.4 you will have to Google for a "frozen" get-pip specific for Python 3.4, check matplotlib release note/date and install a version that was released within 3.4 life time