NetworkDismantling / review

Repository of scripts and data for the "Robustness and resilience of complex networks" paper by Oriol Artime, Marco Grassia, Manlio De Domenico, James P. Gleeson, Hernán A. Makse, Giuseppe Mangioni, Matjaž Perc and Filippo Radicchi, published at Nature Review Physics (2024). https://doi.org/10.1038/s42254-023-00676-y
https://rdcu.be/dvsId
63 stars 16 forks source link

Failed to install FINDER_ND algorithm #5

Open liufeifan opened 10 months ago

liufeifan commented 10 months ago

Hi, nice to read the excellent review paper, and thanks for sharing and organizing the data & codes. I didn't install FINDER successfully when Cythoning PrepareBatchGraph.pyx to PrepareBatchGraph.cpp. Some issue screenshots are as follows: image image

The uploaded PrepareBatchGraph.cpp file is also invalid with error: Do not use this file, it is the result of a failed Cython compilation. By the way, I can install and test the original FINDER_ND algorithm under the same conda env. I have installed gcc-8 and g++-8 as suggested, and I have no clue why it happened. Could you give me any advice?

eMarco commented 10 months ago

Thank you. I'll fix this ASAP.

chenshuai17 commented 6 days ago

Did you fix it? I had the same problem

liufeifan commented 6 days ago

No, the problem is still there.

Did you fix it? I had the same problem

eMarco commented 6 days ago

Did you fix it? I had the same problem

Nope. It's pretty hard to fix since the conda repository - and the pip ones as well IIRC - do not ship the dependency packages anymore as they're too old.

Regarding the code, I recall I copy pasted the author's repository in full.

I've been too overwhelmed to dig into this, sorry. Any help is welcome.