Skip to content

Can not import SFrame on OS X Sierra 10.12 #381

@BigRomanov

Description

@BigRomanov

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions