BorgwardtLab / TOGL

Topological Graph Neural Networks (ICLR 2022)
https://openreview.net/pdf?id=oxxUMeFwEHd
BSD 3-Clause "New" or "Revised" License
110 stars 23 forks source link

Poetry install is not working #15

Closed koooooooook closed 8 months ago

koooooooook commented 1 year ago

Hi, I am interested in your paper and wanted to run your code. However,

poetry install

makes error which is

Directory /home/junwon.ko/TOGL/repos/torch_persistent_homology for torch_persistent_homology does not seem to be a Python package
The currently activated Python version 3.10.8 is not supported by the project (>=3.7.1,<3.9).
Trying to find and use a compatible version. 
Using python3.8 (3.8.16)
Installing dependencies from lock file
Directory /home/junwon.ko/TOGL/repos/torch_persistent_homology for torch-persistent-homology does not seem to be a Python package

Directory /home/junwon.ko/TOGL/repos/torch_persistent_homology for torch_persistent_homology does not seem to be a Python package

It seems like this repository doesn't work because torch-persistent-homology is empty. I'm wondering what I've done wrong.

daniel-gonzalez-cedre commented 1 year ago

Make sure you're running git submodule init and git submodule update when you clone the repo, since torch_persistent_homology is loaded as a submodule.