Garph-tool v2.24 on Ubuntu 17.04
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/
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>
participants (2)
-
Evangelos Petsalis -
Tiago de Paula Peixoto