Traceback (most recent call last):
File "setup.py", line 11, in <module>
import numpy.distutils.core as core
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/site-packages/numpy/__init__.py", line 137, in <module>
import add_newdocs
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/site-packages/numpy/lib/__init__.py", line 4, in <module>
from type_check import *
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/site-packages/numpy/lib/type_check.py", line 8, in <module>
import numpy.core.numeric as _nx
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
python2.7/site-packages/numpy/core/__init__.py", line 5, in <module>
import multiarray
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/
lib/python2.7/site-packages/numpy/core/multiarray.so, 2): no suitable
image found. Did find:
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/numpy/core/multiarray.so: no matching architecture in
universal wrapper
I'm sure this is from something I've done or haven't done, but I'm not
sure what to try next. Sorry to bother you with such a basic
question, but is there anything you could suggest I try?
Thanks,
Luke
On Dec 12, 4:22 pm, "Gutenkunst, Ryan N - (rgutenk)"
<rgut...@email.arizona.edu> wrote:
> Hello Luke,
>
> Unfortunately, python on Macs can be a little confusing because of 32-bit
> versus 64-bit issues. We suggest installing an enthought python
> distribution:http://www.enthought.com/products/edudownload.php. The
> enthought distribution includes all the libraries you need, and it ensures
> that they all work together. (Note that the latest Mac binary for dadi was
> built using the 64-bit version of Enthought.)
>
> Also note that to build from source, you'll also need to install the Apple
> Developer Tools:http://developer.apple.com/xcode/.
>
> Best,
> Ryan
>
Hi,
I'm also new to dadi and I have run into the same problem as Luke:
(ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so, 2): no suitable image found. Did find:/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/multiarray.so: no matching architecture in universal wrapper
However, for me, loading the enthought version of Python did not resolve the problem. I do xcode/developer tools loaded and have activated the command line tools so that I have a working GCC compiler.
Any advice on resolving this installation problem would be much appreciated!
Jim
To view this discussion on the web visit https://groups.google.com/d/msg/dadi-user/-/Mofgpy-VJnYJ.
To post to this group, send email to dadi...@googlegroups.com.
To unsubscribe from this group, send email to dadi-user+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dadi-user?hl=en.