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

libcusparse.so.11 #436

Closed
arashyunesi opened this issue Apr 11, 2024 · 2 comments
Closed

libcusparse.so.11 #436

arashyunesi opened this issue Apr 11, 2024 · 2 comments

Comments

@arashyunesi
Copy link

I followed the install.sh file to install dance in a conda env. Now I am following the tutorial. I am getting this error
"OSError: libcusparse.so.11: cannot open shared object file: No such file or directory"
when running
"from dance.datasets.singlemodality import ClusteringDataset"
I don't know where the issue is coming from. I appreciate any suggestions.

@wehos
Copy link
Collaborator

wehos commented Apr 11, 2024

Duplicate with this issue.

@wehos wehos closed this as completed Apr 11, 2024
@arashyunesi
Copy link
Author

I added "export LD_LIBRARY_PATH=/path/to/lib" to the .bashrc file and restarted the kernel it worked. Another option is to avoid overwriting previous LD_LIBRARY path by adding "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/lib" instead. Thank you @wehos

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

No branches or pull requests

2 participants