One of your previous posts indicated that there might be an issue with Ubuntu and co-routine installation. Is this still valid? http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... On Wed, Nov 30, 2016 at 2:28 PM, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
On 30.11.2016 22:17, Evangelos Petsalis wrote:
Hi,
I am running graph-too v2.18 on Ubuntu 15.10 and I was trying to to use the all_paths() function but when I run the example code (or any other code for that matter) I keep getting the following error:
Traceback (most recent call last): File "/usr/lib/python3.4/code.py", line 90, in runcode exec(code, self.locals) File "<input>", line 1, in <module> File "/usr/lib/python3/dist-packages/graph_tool/topology/__init__.py", line 1732, in all_paths _prop("v", g, visited)) RuntimeError: This functionality is not available because boost::coroutine was not found at compile-time
Did I compile the graph-tool the wrong way or is it a problem with the function itself?
As the error message indicates, the boost::coroutine library was not found at compilation, and hence the algorithm was not compiled, since it requires it.
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool