mapequation / infomap

Multi-level network clustering based on the Map Equation
https://mapequation.org/infomap
GNU General Public License v3.0
425 stars 88 forks source link

Recursive sub-structure compression: Segmentation fault #331

Closed minghong closed 1 year ago

minghong commented 1 year ago

When I use infomap(no two_level) in python in Linux, the error is as follows:Recursive sub-structure compression: Segmentation fault. But I can use the same python in anaconda spyder. I can also use infomap(two_level=True) in python in Linux,and I can use infomap(no two_level) normal few days ago. How should I solve this problem, thanks a lot.

danieledler commented 1 year ago

Hi and thanks for reporting the issue!

  1. Which version is the Python in Linux?
  2. Have you updated Infomap, Python, your operating system or anything else since a few days ago when it worked?
minghong commented 1 year ago

Infomap version 2.6.1 compiled with OpenMP.I recently reinstalled infomap. I can use infomap normally in the linux command interface,But when I use im.run() in python in linux, it reports error

danieledler commented 1 year ago

Ok, which version of Python are you using? And can you share a minimal example of the code you use when you get the error, and the output from running it?