14 Oct
2017
14 Oct
'17
6:54 p.m.
On 12.10.2017 00:29, Evangelos Petsalis wrote:
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
This should be fixed now in the packages for version 2.25. -- Tiago de Paula Peixoto <tiago@skewed.de>