Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#22769 - can't import numpy

Attached to Project: Arch Linux
Opened by J (J) - Saturday, 05 February 2011, 12:47 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 05 February 2011, 13:46 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Pretty much this:

https://bugs.archlinux.org/task/21135

>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 136, in <module>
import add_newdocs
File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in <module>
from linalg import *
File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <module>
from numpy.linalg import lapack_lite
ImportError: /usr/lib/liblapack.so.3: undefined symbol: chetrs2_

This is for python2-numpy 1.5.1-1 and lapack 3.3.0-1.
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 05 February 2011, 13:46 GMT
Reason for closing:  Fixed
Additional comments about closing:  lapack 3.3.0-2
Comment by Ionut Biru (wonder) - Saturday, 05 February 2011, 12:54 GMT
update to lapack 3.3.0-2
Comment by J (J) - Saturday, 05 February 2011, 13:31 GMT
Ah, already fixed. I didn't realise the new release was made available in the few hours since my last update.

Loading...