I'm new to programming with python, and have python3 installed on my mac. Everything seems to work fine, except that I can´t use the matplotlib module. From browsing around I've figured out that I need a newer version of pyparsing. How can I make pyparsing 2.0.6 work with matplotlib and python3?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm new to programming with python, and have python3 installed on my mac. Everything seems to work fine, except that I can´t use the matplotlib module. From browsing around I've figured out that I need a newer version of pyparsing. How can I make pyparsing 2.0.6 work with matplotlib and python3?
What version of matplotlib are you using? I just looked over the latest version (1.5.0), and it seems to handle the pyparsing import/install properly.
I was using an older version of matplotlib, and have upgraded now, and it works fine. Thank you!