-
Notifications
You must be signed in to change notification settings - Fork 0
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: libc10_hip.so: cannot open shared object file: No such file or directory #1
Comments
Hi, Any update on this? |
Sorry for so much time. GitHub does not send the notification email to me. |
I use
|
The file
It seems that you did not install torch of ROCm version correctly. |
Yes, my torch installation with rocm 5.4.2 was messy. I cleaned it up and it is working now. Thanks @Looong01 |
Right. |
Hi,
I'm facing an error with torch-scatter while running an example pytorch geometric code.
I'm using
Installation is successful, but cannot an example code.
Traceback (most recent call last): File "/home/vmiriyal/pytorch_geometric/examples/gcn.py", line 7, in <module> import torch_geometric.transforms as T File "/usr/local/lib/python3.10/dist-packages/torch_geometric/__init__.py", line 1, in <module> import torch_geometric.utils File "/usr/local/lib/python3.10/dist-packages/torch_geometric/utils/__init__.py", line 1, in <module> from .scatter import scatter File "/usr/local/lib/python3.10/dist-packages/torch_geometric/utils/scatter.py", line 5, in <module> import torch_scatter File "/usr/local/lib/python3.10/dist-packages/torch_scatter/__init__.py", line 16, in <module> torch.ops.load_library(spec.origin) File "/usr/local/lib/python3.10/dist-packages/torch/_ops.py", line 573, in load_library ctypes.CDLL(path) File "/usr/lib/python3.10/ctypes/__init__.py", line 374, in __init__ self._handle = _dlopen(self._name, mode) OSError: libc10_hip.so: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: