SumGNN icon indicating copy to clipboard operation
SumGNN copied to clipboard

Incomplete requirements.txt

Open sophiakrix opened this issue 3 years ago • 1 comments

Your requirements.txt is incomplete. When I tried to install the requirements and run the train.py, several errors were thrown. The packages I had to install manually were the following:

  • torch (since 1.2.0 is not up to date anymore)
  • scipy
  • dglteam dgl (since the installation of dgl works differently now)
  • requests
  • tqdm
  • sklearn

Please consider adding them (with the appropriate versions) to the requirements.txt to help other future users and prevent further trouble installing the package.

sophiakrix avatar Sep 09 '21 12:09 sophiakrix

Thanks for the suggestion! We have updated these packages.

yueyu1030 avatar Sep 17 '21 04:09 yueyu1030