We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By running sh scripts/run_demo.sh, I get the following error:
sh scripts/run_demo.sh
/torch/lib/python3.6/site-packages/torch_sparse/_version_cuda.so: undefined symbol: ZN3c106detail12infer_schema20make_function_schemaENS_8ArrayRefINS1_11ArgumentDefEEES4
i install exactly pytorch=1.7.0 torchvision torchaudio cudatoolkit=11.0 -c pytorch and pip3 install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html
pytorch=1.7.0 torchvision torchaudio cudatoolkit=11.0 -c pytorch
pip3 install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
By running
sh scripts/run_demo.sh
, I get the following error:i install exactly
pytorch=1.7.0 torchvision torchaudio cudatoolkit=11.0 -c pytorch
and
pip3 install torch-scatter torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.0+cu110.html
The text was updated successfully, but these errors were encountered: