[Numpy-discussion] FW: RE: Linux numpy 1.0.1 install failed

Gong, Shawn (Contractor) Shawn.Gong at drdc-rddc.gc.ca
Tue May 22 13:45:14 EDT 2007


Sorry forgot to mention that Python was installed "with-thread=no" as it
is required for OpenEV application.

I remember that when I installed numarray I had to set "--unthreaded"

Maybe I need to do the same thing.  Can someone tell me how to set this
flag?

Thanks,
Shawn


-----Original Message-----
From: Gong, Shawn (Contractor) 
Sent: Tuesday, May 22, 2007 1:28 PM
To: 'Discussion of Numerical Python'
Subject: RE: [Numpy-discussion] FW: RE: Linux numpy 1.0.1 install failed

Thank you David M. Cooke and Robert.

Now I changed directory and ran python,
Got further and hit this error message:

>python
Python 2.3.6 (#9, May 18 2007, 10:22:59)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-53)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File
"/home/sgong/dev/dist/lib/python2.3/site-packages/numpy/__init__.py",
line 40, in ?
    import linalg
  File
"/home/sgong/dev/dist/lib/python2.3/site-packages/numpy/linalg/__init__.
py", line 4, in ?
    from linalg import *
  File
"/home/sgong/dev/dist/lib/python2.3/site-packages/numpy/linalg/linalg.py
", line 25, in ?
    from numpy.linalg import lapack_lite
ImportError: 
/home/sgong/dev/dist/lib/python2.3/site-packages/numpy/linalg/lapack_lit
e.so: undefined symbol: pthread_join




More information about the NumPy-Discussion mailing list