-
Notifications
You must be signed in to change notification settings - Fork 22
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: No module named 'cd' #2
Comments
Hi @QiNing-07 , please take a look at the previous issue on this here. There you find a link to a collab notebook that I prepared and it works for other python and PyTorch versions. |
Hi @otaheri ,I have looked at the previous issue, but I run in Pycharm and it dose not work. It is so strange. |
Please try the solution here if you still face the issue. |
I also comed to the error,and i just solved it by building cd with ninja. Concrete steps are as follows:
Now, all is ok. We can try by execute test file. I think the key is to find where the cd.so corresponding to your cuda should be, and generate it manually. |
HI! I do not find this folder: .cache/torch_extensions/py36_cu102/cd |
I install pytorch and chamfer_distance, but when I run the Usage, the error is ' ImportError: No module named 'cd' ', my python is 3.6 and pytorch is 1.7 .
The text was updated successfully, but these errors were encountered: