erikwijmans / Pointnet2_PyTorch

PyTorch implementation of Pointnet2/Pointnet++
The Unlicense
1.53k stars 347 forks source link

cannot install pointnet2_ops_lib; nvcc fatal #150

Open glard opened 3 years ago

glard commented 3 years ago

Hi, When I tried to install pip install pointnet2_ops_lib/ It showed: nvcc fatal : Value 'c++14' is not defined for option 'std' error: command '/usr/local/cuda-8.0/bin/nvcc' failed with exit status 1 I am using python 3.8.3 pytorch 1.6.0. cuda -8.0

Can anyone help me?