You are not logged in.

#1 2008-12-11 19:24:29

The_ouroboros
Member
From: Pavia, Italy
Registered: 2007-05-28
Posts: 140

Python 2.6 and scipy,numpy,matplotlib[Solved]

20:22 luca@zeus:~ $ python
Python 2.6.1 (r261:67515, Dec  7 2008, 18:56:39)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from numpy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 143, in <module>
    import linalg
  File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47, in <module>
    from linalg import *
  File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 29, in <module>
    from numpy.linalg import lapack_lite
ImportError: /usr/lib/libblas.so: undefined symbol: ATL_ctbmv
>>> from scipy import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/site-packages/scipy/__init__.py", line 11, in <module>
    from numpy import show_config as show_numpy_config
  File "/usr/lib/python2.6/site-packages/numpy/__init__.py", line 143, in <module>
    import linalg
  File "/usr/lib/python2.6/site-packages/numpy/linalg/__init__.py", line 47, in <module>
    from linalg import *
  File "/usr/lib/python2.6/site-packages/numpy/linalg/linalg.py", line 29, in <module>
    from numpy.linalg import lapack_lite
ImportError: /usr/lib/libblas.so: undefined symbol: ATL_ctbmv
>>>

How can I solve This?

Last edited by The_ouroboros (2008-12-11 20:50:00)


Gnu/Linux User on Arch(x86_64)

Offline

#2 2008-12-11 20:49:45

The_ouroboros
Member
From: Pavia, Italy
Registered: 2007-05-28
Posts: 140

Re: Python 2.6 and scipy,numpy,matplotlib[Solved]

compiling numpy did the trick wink


Gnu/Linux User on Arch(x86_64)

Offline

#3 2008-12-11 21:37:18

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Python 2.6 and scipy,numpy,matplotlib[Solved]

Please submit a bug report.

Offline

#4 2008-12-11 22:24:55

The_ouroboros
Member
From: Pavia, Italy
Registered: 2007-05-28
Posts: 140

Re: Python 2.6 and scipy,numpy,matplotlib[Solved]

done but got the title wrong sad

http://bugs.archlinux.org/task/12418?project=5

Last edited by The_ouroboros (2008-12-11 22:26:31)


Gnu/Linux User on Arch(x86_64)

Offline

#5 2008-12-12 04:12:59

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Python 2.6 and scipy,numpy,matplotlib[Solved]

I fixed the title and assigned to package maintainer.

Offline

#6 2008-12-12 07:44:21

The_ouroboros
Member
From: Pavia, Italy
Registered: 2007-05-28
Posts: 140

Re: Python 2.6 and scipy,numpy,matplotlib[Solved]

thanks... arch is the best wink


Gnu/Linux User on Arch(x86_64)

Offline

Board footer

Powered by FluxBB