neolifer / LLM4POI

Apache License 2.0
22 stars 5 forks source link

Problem with installing metric #7

Closed rh2975 closed 3 weeks ago

rh2975 commented 1 month ago

Dear Peibo Li, Even after successful installation of the virtual env (llm4poi), I am experiencing troubles with several packages. I could resolve some of them though. However, there is a package named metric that was used in utils/pipeline_util.py. Is it some used-defined package by you? I cannot install it with pip on python 3.11 (that was mentioned in the creation of the environment). I have tried the same with python 3.8 and 3.9 too. I am looking forward to your hearing from you in this regard.

neolifer commented 1 month ago

Hi, For that package I think you can remove the parts related to it. The code there was borrowed from STHGCN but we only use it to generate datasets. If you find the same problem with other packages and they are not actually used you may also do this.