Skip to content
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

OSError: libcusparse.so.10: cannot open shared object file: No such file or directory #4793

Open
mohit-kumar-27 opened this issue Jun 11, 2022 · 1 comment

Comments

@mohit-kumar-27
Copy link

mohit-kumar-27 commented Jun 11, 2022

😵 Describe the installation problem

I am getting the above error, I had installed a project from github using poetry while ruuning that project I encounter this error.
I tried to add the path to LD_LIBRARY_PATH using export LD_LIBRARY_PATH="/scott/mohit/anaconda3/pkgs/cudatoolkit-10.2.89-hfd86e86_1/lib:$LD_LIBRARY_PATH"
and now it gives OSError: /home/mohit/.cache/pypoetry/virtualenvs/topognn-IAlcjswr-py3.8/lib/python3.8/site-packages/torch_sparse/_convert.so: undefined symbol: _ZN6caffe28TypeMeta21_typeMetaDataInstanceIdEEPKNS_6detail12TypeMetaDataEv

Could you please tell me what is the issue and how to resolve it?

Environment

  • PyG version: 1.6.3
  • PyTorch version: 1.8.1+cu102
  • OS:x86_64
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=18.04
    DISTRIB_CODENAME=bionic
    DISTRIB_DESCRIPTION="Ubuntu 18.04.6 LTS"
    NAME="Ubuntu"
    VERSION="18.04.6 LTS (Bionic Beaver)"
    ID=ubuntu
    ID_LIKE=debian
    PRETTY_NAME="Ubuntu 18.04.6 LTS"
    VERSION_ID="18.04"
    HOME_URL="https://www.ubuntu.com/"
    SUPPORT_URL="https://help.ubuntu.com/"
    BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
    PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
    VERSION_CODENAME=bionic
    UBUNTU_CODENAME=bionic
  • Python version:3.8.13
  • CUDA/cuDNN version:10.2
  • How you installed PyTorch and PyG (conda, pip, source): Pytorch was installed using poetry and PyG was installed using pip wheels
  • Any other relevant information (e.g., version of torch-scatter):
@rusty1s
Copy link
Member

rusty1s commented Jun 13, 2022

Can you share some information about how you installed PyG? Which commands did you run? What's the output of print(torch.version.cuda)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants