[Numpy-discussion] multiarray.so: undefined symbol: _Py_ascii_whitespace
Nicholas Carl
nic399c@sbcglobal....
Wed Jun 13 18:02:06 CDT 2012
Hello,
I
installed Numpy 1.5.1 with Python 2.7.2 and when I try to test my QIIME install
it gives me the following error:
/apps/qiime-1.5/dependencies/lib/python2.7/site-packages/numpy/core/multiarray.so:
undefined symbol: _Py_ascii_whitespace
ldd
for that file gives:
libm.so.6 =>
/lib64/libm.so.6 (0x00002b664c3a4000)
libpthread.so.0
=> /lib64/libpthread.so.0 (0x00002b664c627000)
libc.so.6 =>
/lib64/libc.so.6 (0x00002b664c842000)
/lib64/ld-linux-x86-64.so.2
(0x0000003bae400000)
I saw something similar here with no reply: http://article.gmane.org/gmane.comp.python.matplotlib.general/26025/match=multiarray+so+_py_ascii_whitespace
Any ideas?
Thanks!
Nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20120613/f6a7fe7e/attachment.html
More information about the NumPy-Discussion
mailing list