-
Notifications
You must be signed in to change notification settings - Fork 107
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
No module named 'pointnet2_cuda' #20
Comments
I think you may need to compile the cuda and cpp code by running 'python setup.py install'. If there is any problem when you import the pointnet2_cuda, it is possible that your nvcc version does not match your pytorch cuda runtime lib version. For example, if your nvcc is 10, you may need to install torch with cuda10 |
Thank you very much! |
Have you solved this issue? I also met this error even though I kept the version of nvcc and torch.cuda same (nvcc -V reports 11.1 and torch.version reports 1.9.0+cu111). |
Excuse me, I would like to ask. My nvcc and pytorch cuda runtime library versions are matching, but I still don't have this module. |
I have solved this issue. The main reason is your setuptools version is too high, so you can lower your setuptools version by "pip install setuptools==58.2.0". |
I still have this problem. I also kept the version of nvcc and torch.cuda same (nvcc -V reports 11.3 and torch.version reports 1.10.0+cu113). When I ran 'python setup.py install', i had this problem "subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1." |
Thank you very much! Because of your help, my problem has been solved very well.
At 2023-02-15 11:15:10, "s-y-123" ***@***.***> wrote:
Excuse me, I would like to ask. My nvcc and pytorch cuda runtime library versions are matching, but I still don't have this module.
I have solved this issue. The main reason is your setuptools version is too high, so you can lower your setuptools version by "pip install setuptools==58.2.0".
I still have this problem. I also kept the version of nvcc and torch.cuda same (nvcc -V reports 11.3 and torch.version reports 1.10.0+cu113). When I ran 'python setup.py install', i had this problem "subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1."
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
this article may help u (https://blog.csdn.net/fq9200/article/details/125362088). |
|
where is pointnet2_cuda?
The text was updated successfully, but these errors were encountered: