Am 28.04.20 um 20:10 schrieb Narges: > Although I installed graph-tool, when I write "from graph_tool.all import *", > it shows an error that "No module named graph_tool".
Double check you are using the correct Python 3 interpreter, i.e. not Python 2, or an installation different from the system's (e.g. Anaconda). -- Tiago de Paula Peixoto <[email protected]> _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
