-
Notifications
You must be signed in to change notification settings - Fork 74
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
ImportError: libtorch_cpu.so #10
Comments
Hi, thanks for your attention! This seems to be related to the version of PyTorch (see pytorch/pytorch#38090). Could you please provide the output of the following command? |
The command output is as follows:Collecting environment information... OS: CentOS Linux release 7.4.1708 (Core) Python version: 3.7 Nvidia driver version: 450.57 Versions of relevant libraries:
|
It shows that the version of CUDA used to build this project is 10.2, while the PyTorch installed is for CUDA10.1. The version of CUDA should be consistent. Please try either of the following and rebuild AlphAction:
Hope this could solve your problem. |
Thanks for your help.
But it doesn't seem to work.
|
This is weird. How did you rebuild this whole project? Did you remove the |
I tried again and things went well. |
Thanks for your sharing!
I installed as prompted by the installation script.
But when I run the demo.py,i got the following error:
import AlphAction.custom_ext as _C
ImportError: libtorch_cpu.so: cannot open shared object file: No such file or directory
Can you help me ?
The text was updated successfully, but these errors were encountered: