Ticket #22731 (new defect)
py26-numpy built for wrong archs
| Reported by: | jls@… | Owned by: | mcalhoun@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | Cc: | ram@…, motya@… | |
| Port: | py26-numpy |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.

