python 2.7 - graph-tool crahes on import -


using python 2.7 try import graph-tool:

from graph_tool.all import * 

each time execute above command following error returned , python crashes.

dyld: lazy symbol binding failed: symbol not found: __zn5boost6python6detail11init_moduleepkcpfvve referenced from: /usr/local/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so expected in: flat namespace

dyld: symbol not found: __zn5boost6python6detail11init_moduleepkcpfvve referenced from: /usr/local/lib/python2.7/site-packages/graph_tool/libgraph_tool_core.so expected in: flat namespace

trace/bpt trap: 5

i installed graph-tool homebrew on mac osx 10.10. know how fix issue?

there mismatch between python version using, , 1 used compile boost::python , graph-tool.

for example, might using system's python, whereas graph-tool/python compiled version installed via homebrew.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -