Hello!
The LPMP installation seems to be broken. I've tried pipenv install on your repo, pip install for LPMP, and building LPMP using CMake. None of them work.
For the first two cases, I get the following error:
Command "git submodule update --init --recursive -q" failed with error code 1 in /tmp/requirementslibZRlYwZ/lpmp_py
For the third, (after adding the installation to $PATH and all), I get a module-not-found error (see here):
File "/home/Developer/my_projects/spine/landmark_detection/blackbox-deep-graph-matching/LPMP/lpmp_py/raw_solvers.py", line 2, in <module>
import bindings.graph_matching_py as gm
ModuleNotFoundError: No module named 'bindings'
Would you happen to have any suggestions or archived version of LMPM that work?
P.S: LPMP seems to have several installation issues without responses. Hence giving it a shot here. :)