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

Torch Problem in WSL #87

Closed
hnglp opened this issue May 8, 2024 · 0 comments
Closed

Torch Problem in WSL #87

hnglp opened this issue May 8, 2024 · 0 comments

Comments

@hnglp
Copy link

hnglp commented May 8, 2024

Hello,

After experiencing issues on Windows, I started using the WSL system. After correctly installing CUDA, I also installed PyTorch software compatible with it. However, when I try to run the demo or check if Torch is compatible with CUDA, I encounter the following error. What could be the reason for this?

Best regards.

Traceback (most recent call last):
  File "/mnt/c/Users/Unreal User/Desktop/alp_akbaci_masterstudent/github_projects/MonoGS/slam.py", line 7, in <module>
    import torch
  File "/home/unreal_user/Programmsanaconda3/envs/MonoGS/lib/python3.10/site-packages/torch/__init__.py", line 218, in <module>
    from torch._C import *  # noqa: F403
ImportError: /home/unreal_user/Programmsanaconda3/envs/MonoGS/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent

UPDATE

pytorch/pytorch#123097 (comment) there is a solution, you can close this issue

@hnglp hnglp closed this as completed May 15, 2024
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

1 participant