has anyone had any luck running graph-tool from R(Studio) using the
reticulate package?

when i try the following, RStudio crashes immediately:

library(reticulate)

use_condaenv("gt")
py_install("graph-tool") 

source_python(file.path(PYTHON_CODE, "fit_sbm.py"))

gt is a conda environment where i have graph-tool installed. for some reason
reticulate would give an error "module graph-tool not available" when i
would run it, hence the py_install command



--
Sent from: https://nabble.skewed.de/
_______________________________________________
graph-tool mailing list
graph-tool@skewed.de
https://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to