ma-xu / pointMLP-pytorch

[ICLR 2022 poster] Official PyTorch implementation of "Rethinking Network Design and Local Geometry in Point Cloud: A Simple Residual MLP Framework"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error occurs while installing pointnet2_ops_lib

Carbord opened this issue · comments

Hello. I followed the installation steps in readme.md., but the error occurs when installing pointnet2_ops_lib. The detailed information is shown as follows:

)4HC44D5MQ4BQD4V97VWKZ2
8`2~ILNAY8OGRSU6E5 %)@0

Looking forward to your help, thanks!

commented

Hi @Carbord
The error is: "The detected CUDA version (9.1) mismatches the version that was used to complie Pytorch (10.2). Please make sure to use the same CUDA versions".

So, what you need is to re-install Pytorch based on CUDA 9.1. (I would suggest you can upgrade your cuda version, which is old).
To re-install right cuda-version pytorch, refer here: https://pytorch.org/get-started/previous-versions/