FS#12418 - Scipy/Numpy won't work with python 2.6
Attached to Project:
Community Packages
Opened by Luca Francesca (Lucas88) - Thursday, 11 December 2008, 22:24 GMT
Last edited by Angel Velasquez (angvp) - Monday, 29 December 2008, 11:05 GMT
Opened by Luca Francesca (Lucas88) - Thursday, 11 December 2008, 22:24 GMT
Last edited by Angel Velasquez (angvp) - Monday, 29 December 2008, 11:05 GMT
|
Details
Description:
I installed python-numpy, python-scipy on my pc. Tring to import them i get 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 >>> Compiling them with yaourt and then installing seemd to get the problem solved. Additional info: * package version(s) Python: 2.6.1-1 Python-scipy: 0.7.0svn-1 Python-numpy: 1.2.1-2 * config and/or log files etc. Steps to reproduce: |
This task depends upon
Closed by Angel Velasquez (angvp)
Monday, 29 December 2008, 11:05 GMT
Reason for closing: Fixed
Additional comments about closing: SciPy and Numpy were updated days ago, and everything is working fine.
Monday, 29 December 2008, 11:05 GMT
Reason for closing: Fixed
Additional comments about closing: SciPy and Numpy were updated days ago, and everything is working fine.