Compiling graph-tool from source in github

Hello,

I am trying to compile the graph-tool source code I downloaded from github
because I need to use the function clustering.motifs with the ordering of
motif vertex maps fixed.

According to INSTALL one need run ./configure. Since this file is not
shipped, I ran " autoreconf -fi" first and I am getting the following
error:
configure.ac:192: error: possibly undefined macro: AC_PYTHON_DEVEL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

Please, how should I proceed?

Are there pre-compiled packages (with the ordering of motif vertex maps
fixed)?

Thank you for any help you can provide.

Kind regards,

Sabrina.

Sorry I can't be more helpful, but have you installed all the dependencies
first? I don't remember how I installed it, but I did have to install the
dependencies prior to whatever I did.

Elliot

attachment.html (2.05 KB)

I compiled some time ago if I remember what I did: I first ran ./autogen.sh
and then ./configure

This is correct.

Best,
Tiago