Closed initzhang closed 2 years ago
It seems like cuda needs a lower GCC version while quiver needs a higher one. Could you build with source code?
Hi ZenoTan,
Thanks for your reply! I changed the CUDA version to 11.1 and successfully built from source.
Hi, I tried to install quiver with
pip install torch-quiver
, but ran into GCC version problems:When I export GCC5.4 in system path, the command ended up with error message as follows:
But when I turn to GCC4.9.2, the command ended up with error message as follows:
So I am confused about which GCC version to use...
I am using Python3.8, CUDA 10.2, PyTorch 1.9.1+cu102, torch-geometric 2.0.4 on CentOS 7.9.2009
Does Quiver's installation have additional system requirements or occasionally break in my specific environment? Thank you!