Re: [graph-tool] Using graph-tool in Colab after Colab has upgraded to Python 3.7

2021-03-04 Thread edgarbelmonte
Dear Tiago, Thank you for the reply! Graph-tool was really good to work within Colab. I have a feeling there are many more who will be suddenly in the wild now. hoping there is a work around or at least Colab lets one use 3.6 if they wish to considering what you say about not being able

[graph-tool] Getting shortest distances for a subset of origins - are cython-like speedups worth looking into?

2021-03-04 Thread ignacioRh
Hey, Thanks a lot for the program. I'm using it on an academic project which would have died long ago without it. I'm now running some large simulations and need to speed up how I use the shortest_distance, which is in a python for loop My use case is the following: I have a large graph,

Re: [graph-tool] Using graph-tool in Colab after Colab has upgraded to Python 3.7

2021-03-04 Thread Tiago de Paula Peixoto
Dear Edgar, Unfortunately this is bug in colab, and there is nothing much that can be done. Apparently they just switched from 3.6 to 3.7, even though the underlying OS (Ubuntu bionic) still has 3.6 as default. This means that every compiled Python module (cairo, GTK, etc) can only imported