Admin message

Please use the issue tracker only to report bugs (i.e. errors in the library that need to be fixed) or feature requests.

Please check if the current git version also has the same problem. An easy way to do this is to use google colab!

For questions about how to compile, install or use the library, please use instead the web forum at https://forum.skewed.de/c/graph-tool.


(If unsure, use the forum first.)


IMPORTANT: When opening new issues, please fill out the required information listed in the issue template!

demos: cppextensions Makefile: python may not be present in PATH on generic systems

The doc/demos/cppextensions/Makefile file now call python in a shell command. On generic Debian systems, python does not exist, but python3 does and python2 might be inherited from old-stable Debian distributions. Debian does not recommend to install python. I have no idea what is the policy on other systems regarding python, python2, and python3. Does the python in the Makefile meant to be either python2 or python3 ? In other words, does graph-tool support both python 2 and python 3 ? If graph-tool no more support python 2, I would suggest to call in the Makefile python3 instead. Note that python3 is actually in Debian a link to a python 3 dot something. This looks as a very reasonable choice that we may find in most distributions and on most systems.

Assignee Loading
Time tracking Loading