Re: [Matplotlib-users] Failing to install matplotlib with python 3

2016-06-16 Thread Alan
Thank guys, it was an old pkg-config in my PATH. It's now sorted. Alan On 16 June 2016 at 20:10, Matthew Brett wrote: > Hi, > > On Thu, Jun 16, 2016 at 9:07 AM, Alan wrote: > > Hi there, > > > > I am not the admin so I have installed my own python 3.5.1 and I am using > > pip3 to install all m

Re: [Matplotlib-users] Failing to install matplotlib with python 3

2016-06-16 Thread Matthew Brett
Hi, On Thu, Jun 16, 2016 at 9:07 AM, Alan wrote: > Hi there, > > I am not the admin so I have installed my own python 3.5.1 and I am using > pip3 to install all modules I need. I got all but matplotlib :-( > > pip3 install -U matplotlib > Collecting matplotlib > Using cached matplotlib-1.5.1.ta

Re: [Matplotlib-users] Failing to install matplotlib with python 3

2016-06-16 Thread Eric Firing
Alan, This mailing list is obsolete; please use matplotlib-us...@python.org. Your traceback looks vaguely familiar as something that has come up before, but I don't have any more recollection than that. Suggestions: 1) Install your python environment the easy way via anaconda or miniconda:

[Matplotlib-users] Failing to install matplotlib with python 3

2016-06-16 Thread Alan
Hi there, I am not the admin so I have installed my own python 3.5.1 and I am using pip3 to install all modules I need. I got all but matplotlib :-( pip3 install -U matplotlib Collecting matplotlib Using cached matplotlib-1.5.1.tar.gz Complete output from command python