-
Notifications
You must be signed in to change notification settings - Fork 48
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
Hi, error with last step setting up: pip install pointnet2_ops_lib/. #6
Comments
Hi @yiliu-coding , seems that it's because of the cuda version or windows system. Have you tried on Linux? |
@ZrrSkywalker @yiliu-coding I got the same issue in Linux with other versions of CUDA and Pytorch. Here is how I solved it: Install CUDA 11.4 (11. x should be fine, but I haven't tested all of them); Install this typical Pytorch version 1.7.1+cu110:
Then the |
@Cipher-zzz Thanks very much for your help :). |
I encountered a similar issue with the configuration you suggested on my Ubuntu system. Despite following the steps and installing CUDA 11.4 along with PyTorch 1.7.1+cu110, I still faced problems during the installation of pointnet2-ops. Additionally, I attempted to use other versions of CUDA including 11.1, 11.3, 11.7, and 11.8, but encountered the same issue. It seems like there might be a compatibility issue or another underlying problem. |
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> pointnet2-ops
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
The text was updated successfully, but these errors were encountered: