Re: [Matplotlib-users] Error installing matplotlib

2013-11-18 Thread Cristóbal Ganter
> Can you import and run numpy on the system in question? No, I cant: >>> import numpy GotoBLAS : Architecture Initialization failed. No initialization function found. Thanks for the suggestion! -- Shape the Mob

Re: [Matplotlib-users] Error installing matplotlib

2013-11-18 Thread Eric Firing
On 2013/11/18 1:09 PM, Cristóbal Ganter wrote: > Hi I'm trying to install matplotlib in debian wheezy. But I get the > following error: > GotoBLAS : Architecture Initialization failed. No initialization function > found. > I can't find anything useful in google. Matplotlib doesn't know about blas

[Matplotlib-users] Error installing matplotlib

2013-11-18 Thread Cristóbal Ganter
Hi I'm trying to install matplotlib in debian wheezy. But I get the following error: GotoBLAS : Architecture Initialization failed. No initialization function found. I can't find anything useful in google. You can find more details of my question in: http://stackoverflow.com/questions/20058653/got

Re: [Matplotlib-users] error installing matplotlib from egg

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 2:13 PM, Michael Hearne wrote: > John - I get the same error at the end. I've been able to build the package > from the tarball successfully. Output follows: No, this is not the same. In the original post you had error: lib/matplotlib/mpl-data/matplotlib.conf.template

Re: [Matplotlib-users] error installing matplotlib from egg

2008-12-16 Thread Michael Hearne
John - I get the same error at the end. I've been able to build the package from the tarball successfully. Output follows: sudo easy_install matplotlib-0.98.5.1-py2.5-macosx.egg Processing matplotlib-0.98.5.1-py2.5-macosx.egg removing '/Library/Python/2.5/site-packages/matplotlib-0.98.5.1-py2.5-

Re: [Matplotlib-users] error installing matplotlib from egg

2008-12-16 Thread John Hunter
On Mon, Dec 15, 2008 at 7:08 PM, Michael Hearne wrote: > I get the following output when trying to install the latest version of > matplotlib from an egg. I'm running Mac OS X 10.5.5. We've had a lot of trouble with our eggs. I am not sure this is all our fault, because it looks like some combi

[Matplotlib-users] error installing matplotlib from egg

2008-12-15 Thread Michael Hearne
I get the following output when trying to install the latest version of matplotlib from an egg. I'm running Mac OS X 10.5.5. sudo easy_install matplotlib-0.98.5-py2.5-macosx-10.3.egg Processing matplotlib-0.98.5-py2.5-macosx-10.3.egg removing '/Library/Python/2.5/site-packages/matplotlib-0.98.

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-15 Thread John Hunter
On Mon, Dec 15, 2008 at 2:49 PM, Mauro Cavalcanti wrote: > 'src/backend_agg.cpp') in > ignored > > But everthing seems to be working OK, as I tested my application with > the newly installed version and it runs without crashes. Yes, this is the cruft I referred to earlier in my email. distutil

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-15 Thread Mauro Cavalcanti
Dear John, 2008/12/15 John Hunter : > > I believe I have a workaround for this problem. Could you please test with > > easy_install > http://matplotlib.sourceforge.net/snapshots/matplotlib-0.98.5.1.tar.gz It worked well and MPL 0.98.5.1 has been successfully installed. > There is some detritu

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-15 Thread John Hunter
On Mon, Dec 15, 2008 at 9:45 AM, Alexander Chemeris wrote: > I experience the same problem. Full shell session (of one > command ;) is following: > > ~$ sudo easy_install matplotlib > Searching for matplotlib > Reading http://pypi.python.org/simple/matplotlib/ > Reading http://matplotlib.sourcefo

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-15 Thread Alexander Chemeris
Hi, John Hunter-4 wrote: > > On Sun, Dec 14, 2008 at 6:25 PM, Mauro Cavalcanti > wrote: >> I have experienced a strange problem when installing Matplotlib 0.98.5 >> using Easy_Install under Ubuntu Hardy. I receive a message like this: >> "error: lib/matplotlib/mpl-data/matplotlib.conf.template

Re: [Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-14 Thread John Hunter
On Sun, Dec 14, 2008 at 6:25 PM, Mauro Cavalcanti wrote: > Dear ALL, > > I have experienced a strange problem when installing Matplotlib 0.98.5 > using Easy_Install under Ubuntu Hardy. I receive a message like this: > "error: lib/matplotlib/mpl-data/matplotlib.conf.template: No such file > or dire

[Matplotlib-users] Error installing matplotlib 0.98.5

2008-12-14 Thread Mauro Cavalcanti
Dear ALL, I have experienced a strange problem when installing Matplotlib 0.98.5 using Easy_Install under Ubuntu Hardy. I receive a message like this: "error: lib/matplotlib/mpl-data/matplotlib.conf.template: No such file or directory " (etc.). I then tried sudo aptitude install python-matplotlib,