-
I'm trying to install infomap's python distribution on a conda environment in a linux cluster.
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi and thanks for reaching out! Can you please specify which version of Python and GCC you are using? There is an older unofficial version of Infomap on Conda, but we are not the maintainers of that version. |
Beta Was this translation helpful? Give feedback.
-
Ahh I see. I can't use an unmaintained version then.. It's Python 3.7.9 and this is what
Thank you for the quick response! |
Beta Was this translation helpful? Give feedback.
-
Noting that your GCC version is from 2015, and Infomap requires c++14, so that could be the problem. See https://gcc.gnu.org/projects/cxx-status.html for language support. |
Beta Was this translation helpful? Give feedback.
-
Okay, I am gonna try to have GCC be updated and try again. I'll keep you updated. Thank you! Ülgen |
Beta Was this translation helpful? Give feedback.
-
Like you said, it was because of the old version of GCC which was by default older version, when I load the newer version module, it is all built. Thank you for your time! |
Beta Was this translation helpful? Give feedback.
Noting that your GCC version is from 2015, and Infomap requires c++14, so that could be the problem.
See https://gcc.gnu.org/projects/cxx-status.html for language support.