SIMEXP / gcn_package

The lab repository for GCN
MIT License
0 stars 2 forks source link

Outdated makefile and cannot install the package #2

Open htwangtw opened 2 years ago

htwangtw commented 2 years ago

Lots of reference to the old version (package name src), files cannot be found (test_environment.py) Basically installation is not working at all. Need to investigate otherwise it's difficult for me to contribute back to this package.

ltetrel commented 2 years ago

So originally this makefile was created when we pulled the cookiecutter template. I don't see a clear utility ATM so I will just delete it. Regarding the installation issue, does your PR fixed it? https://github.com/SIMEXP/gcn_package/pull/4

htwangtw commented 2 years ago

I can reproduce the environment now on my laptop but nothing has been tested beyond that...

ltetrel commented 2 years ago

Ok I still have the issue on compute canada

OSError: /home/ltetrel/.virtualenvs/simexp_gcn/lib/python3.8/site-packages/torch_sparse/_version_cpu.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE

I tried to:

  1. clear the pip cache
  2. uninstall and re-install
  3. update pytorch-geometric

None of the above worked so I will leave it for now...

ltetrel commented 2 years ago

https://github.com/pyg-team/pytorch_geometric/issues/999

htwangtw commented 2 years ago

Container anyone?