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

compiling pointnet2 error #25

Open
RokiaAbdeen opened this issue Jun 1, 2022 · 2 comments
Open

compiling pointnet2 error #25

RokiaAbdeen opened this issue Jun 1, 2022 · 2 comments

Comments

@RokiaAbdeen
Copy link

could you please explain if I can run this code with cuda 10.0 pytorch 1.4 , my gpu driver does not support newer pytorch versions
I have compiled pointnet2 but I got this error :
error: command '/usr/bin/gcc' failed with exit code 1
my gcc version is 5.4.0
After compilation, I think this is the only module that are not created
No module named "pointops2_cuda"
is there any way to compile this lib without the need to upgrade my pytorch version?
Thanks in advance

@X-Lai
Copy link
Collaborator

X-Lai commented Jun 1, 2022

pointops2 can work well in pytorch1.4. The error means that your gcc is problematic. I recommend to use gcc 7.5.0.

@RokiaAbdeen
Copy link
Author

thank you for your replay
could you please tell me the right way to install gcc 7.5.0? I tried many ways but the error still the same
I really appreciate any help

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

2 participants