Open liufeifan opened 10 months ago
Thank you. I'll fix this ASAP.
Did you fix it? I had the same problem
No, the problem is still there.
Did you fix it? I had the same problem
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.
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:
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?