python-numpy fails to import
Hello,
I am trying to import numpy in python after upgrading from hardy to intrepid:
toby@ubuntu:~$ python
Python 2.5.2 (r252:60911, Aug 6 2008, 09:17:42)
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/
import linalg
File "/usr/lib/
from linalg import *
File "/usr/lib/
from numpy.linalg import lapack_lite
ImportError: /usr/lib/
>>>
Apparently there is a linking problem, maybe related to bug: 261089 (Atlas blas and lapack libraries unware of gfortran dependency)
Can anybody reproduce this error or is it just my installation that is broken?
Best regards,
Tobias Gresch
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Albert Damen
- Solved:
- Last query:
- Last reply: