-
Notifications
You must be signed in to change notification settings - Fork 11
Description
I've tried to install rematching for testing purposes in three different ways:
-
luisfpereira@1cc921a: cloning https://github.com/filthynobleman/rematching and following README (obviously failing due to
CMakeLists.txt:60) -
luisfpereira@f3ab195: forking https://github.com/luisfpereira/rematching and setting
CMakeLists.txt:60to/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages(error log: https://github.com/luisfpereira/geomfum/actions/runs/12060901488/job/33632067446) (this solution is very fragile though) -
luisfpereira@8068478: using @paul0noah's fork (https://github.com/paul0noah/rematching) and pip installing it (error log: https://github.com/luisfpereira/geomfum/actions/runs/12060787476/job/33631777786)
All the strategies above fail, though locally I have no problem with the installation (using ubuntu).
Any thoughts on how to solve it @filthynobleman and @paul0noah?
Edit: with filthynobleman/rematching#1, most of the above considerations become outdated.
(see filthynobleman/rematching#4 for building workflow)