-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
graph-tool version #69
Comments
Hello @pavelToman, my current working installation still uses |
Quick update: a fresh install of gt-2.68 on a linux machine (I was on OS X before) doesn't have the double free issue, so I'm not sure what's going on here |
@dawe Which Python are you using? I think that may be important here. >>> m = (x+1 for x in range(5))
>>> " " * m
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: can't multiply sequence by non-int of type 'generator' |
I just try to build graph-tool v2.59 and all check commands pass ok.
|
@boegel I tried with a fresh conda install using python 3.12 on Linux without issues. On OS X I tried both 3.10 and 3.12, always raising malloc error (but I suspect it's a clash between graph-tool and joblib) |
@pavelToman TBH I haven't ever built gt from source, I relied on the conda binaries |
@dawe thank you for your help! |
Sorry for re-surfacing this, but I'm still having trouble with the |
@pedrofale what error do you get? What version of schist and graph-tool do you have? Since v0.8.4 I've forced graph-tool dependency to version 2.59 max, this to avoid issues on OS X. |
Hello Dawe!
I am trying to install Schist v0.8.3 on UGent HPC to provide this sw to researchers. We are using EasyBuild to build/install and provide sw - so I like to build from source.
For now I am fighting with the dependency
graph-tools
. I try to install its latest version v2.68. The installation works fine, but check commands failing:from graph_tool.all import graph_draw
from graph_tool.all import Graph, BlockState
import graph_tool.inference
All of these return same error:
What version of
graph-tools
is recommended to use with Schist v0.8.3 ?Some details about sw I use:
GCC v12.3.0 + OpenMPI v4.1.5 + FlexiBLAS v3.3.1 + FFTW v3.3.10 + ScaLAPACK v2.2.0
python v3.11.3
Boost v1.83.0
Numpy v1.25.1
Scipy v1.11.1
Pandas v2.0.3
joblib v1.2.0
The text was updated successfully, but these errors were encountered: