I installed graph-tool v2.24 on Ubuntu 17.04 from the repository and get the
following error every time I try to use an interactive window:

    from graph_tool.all import *
    import graph_tool as gt
    g = gt.collection.data["celegansneural"]
    interactive_window(g)

python3: symbol lookup error:
/usr/lib/python3/dist-packages/graph_tool/draw/libgraph_tool_draw.so:
undefined symbol: _ZN5boost7context12stack_traits12default_sizeEv

Are there any specific requirements with the boost library. The one
installed by 1.62.0.1, which is the newest version available, according to
apt-get

Thanks



--
Sent from: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/
_______________________________________________
graph-tool mailing list
[email protected]
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to