pytorch_scatter: install error

Env: pytorch 1.8.0a0+1606899, CUDA version, 11.1. NVIDIA-Docker nvcr.io/nvidia/pytorch:20.12-py3 was used. Installing cmd: pip3 install --no-cache-dir --no-index torch-scatter -f https://data.pyg.org/whl/torch-1.8.0+cu111.html Error when import torch_scatter: OSError: /opt/conda/lib/python3.8/site-packages/torch_scatter/_version_cuda.so: undefined symbol: _ZN3c106detail12infer_schema20make_function_schemaENS_8ArrayRefINS1_11ArgumentDefEEES4_

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 15 (6 by maintainers)

Most upvoted comments

Can you do me a favour and see if

pip3 uninstall torch-scatter
pip3 uninstall torch-scatter
pip3 install --no-cache-dir --verbose torch-scatter==2.0.8

works for you?