-
Notifications
You must be signed in to change notification settings - Fork 348
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
pointnet2_ops_lib: Compilation Error #166
Comments
Hey @nama1arpit, have you found a solution ? Thanks ! |
Hey,have you found a solution? Thanks! |
For me, the error is fixed based on the two steps: |
@nama1arpit hey bro,have you found a solution? Thanks! |
Try this: |
Look at this pypa/pip#12395, it works with me. |
@aghaphd I am having the similar issue but following the advise of installing PyTorch 1.13 with CUDA 11.7 and then installing CUDA Toolkit 11.7, and specifying the environment variable is not working for me. Do you have any other advice? |
I have used that for windows op, and it was smooth working. Because I later faced some other problems when installing the model, I have moved to use Ubuntu 18.04. You have to be ensure about the compatibility of Cuda and pytorch, also the GPU driver should be compatible. |
Hi everyone!
As I run
pip install -r requirements.txt
I am getting various compilation errors. I have attached the error logs below.I used ubuntu20.04, cuda driver 10.0, python3.7, pytorch1.8.1. Can anyone please help me out with this? Thanks alot in advance.
The text was updated successfully, but these errors were encountered: