turi-code / SFrame

SFrame: Scalable tabular and graph data-structures built for out-of-core data analysis and machine learning.
BSD 3-Clause "New" or "Revised" License
889 stars 326 forks source link

Can not import SFrame on OS X Sierra 10.12 #381

Open BigRomanov opened 8 years ago

BigRomanov commented 8 years ago

I get an error when trying to import SFrame on Mac OS X Sierra.

import sframe

Traceback (most recent call last): File "", line 1, in File "/Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/init.py", line 44, in from .data_structures.sgraph import Vertex, Edge File "/Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/data_structures/init.py", line 25, in from . import sframe File "/Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/data_structures/sframe.py", line 19, in from ..connect import main as glconnect File "/Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/connect/main.py", line 13, in from ..cython.cy_unity import UnityGlobalProxy ImportError: dlopen(/Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/cython/cy_unity.so, 2): no suitable image found. Did find: /Users/mistralz/venvs/rex/lib/python2.7/site-packages/sframe/cython/cy_unity.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00