SCIENTIFIC-LINUX-USERS Archives

March 2011

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Chris Tooley <[log in to unmask]>
Reply To:
Chris Tooley <[log in to unmask]>
Date:
Mon, 7 Mar 2011 17:42:45 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
In case anyone else needs help on solving this in the future, this is a 
solution to my problem when I have python2.7 altinstalled, 
matplotlib-1.0.0, ipython, and numpy installed using pip-2.7.

I was getting this error:
"NameError: global name 'lapack_lite' is not defined"

when using ipython -pylab then plotting something.

SOLUTION:
install lapack-devel and reinstall numpy using pip-2.7 ala:

 > pip-2.7 install numpy

It should then download the latest version from pypi and compile and 
install it properly.

Now, normally I would just use things in the repos in order to make it 
easier for me but one of my users requested a version of matplotlib and 
PyQt among other things that were not included in SL5 repos.

ATOM RSS1 RSS2