-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install
torch_scatter
from conda instead of pip (#110)
As highlighted by DocMinus in #106, our installation instructions can fail due to issues with `torch_scatter`. This is because our current setup is essentially equivalent to `pip install torch-scatter`, which compiles the library from source, and so depends on having the right versions of `nvcc` and `gcc`. Instead, this PR shifts the `torch_scatter` dependency to use `pyg`'s conda channel as opposed to installation through `pip`.
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters