[MacPorts] #22731: numpy
MacPorts
noreply at macports.org
Mon Nov 30 12:43:54 PST 2009
#22731: numpy
----------------------------+-----------------------------------------------
Reporter: jls@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone: MacPorts 1.8.2
Component: ports | Version: 1.8.1
Keywords: | Port:
----------------------------+-----------------------------------------------
I wanted to install matplotlib for python26 on 10.6 and on a clean
MacPorts installation. But when I try to import numpy, I get the following
error:
{{{
Python 2.6.4 (r264:75706, Nov 30 2009, 18:04:37)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "numpy/__init__.py", line 130, in <module>
import add_newdocs
File "numpy/add_newdocs.py", line 9, in <module>
from lib import add_newdoc
File "numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "numpy/lib/polynomial.py", line 18, in <module>
from numpy.linalg import eigvals, lstsq
File "numpy/linalg/__init__.py", line 47, in <module>
from linalg import *
File "numpy/linalg/linalg.py", line 22, in <module>
from numpy.linalg import lapack_lite
ImportError: dlopen(numpy/linalg/lapack_lite.so, 2): no suitable image
found. Did find:
numpy/linalg/lapack_lite.so: no matching architecture in universal
wrapper
}}}
So the installation process of matplotlib stops with an error of course.
--
Ticket URL: <http://trac.macports.org/ticket/22731>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list