Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete requirements.txt #6

Open
sophiakrix opened this issue Sep 9, 2021 · 1 comment
Open

Incomplete requirements.txt #6

sophiakrix opened this issue Sep 9, 2021 · 1 comment

Comments

@sophiakrix
Copy link

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.

@yueyu1030
Copy link
Owner

Thanks for the suggestion! We have updated these packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants