-
Notifications
You must be signed in to change notification settings - Fork 35
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
Errors with Installation #431
Comments
The installation of dgl is not valid on HPCC systems. After the installation, dependency issue is raised:
Simply reproducible with |
We need to remind HPCC users about this. The HPC users may need to install |
dance/install.sh
Line 58 in 1d94be9
torchvision=
should be replaced withtorchvision==
, otherwise 'install.sh' raises errorFixed by latest PR
The text was updated successfully, but these errors were encountered: