KPConv-PyTorch icon indicating copy to clipboard operation
KPConv-PyTorch copied to clipboard

RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

Open lovepythonhm opened this issue 1 year ago • 2 comments

Hello Thomas, I have recently studied your paper and open source code, I have benefited a lot, but I encountered the following problem in the process of code reproduction, I re-pip numpy to the latest version but still report an error, how to solve this [problem? 1684159406954

lovepythonhm avatar May 15 '23 14:05 lovepythonhm

Maybe you need to recompile the cpp wrappers?

HuguesTHOMAS avatar May 15 '23 14:05 HuguesTHOMAS

Thank you very much for your reply, I've fixed it because the version of numpy was lowered setup.py before, forgot to update when doing train。

lovepythonhm avatar May 15 '23 14:05 lovepythonhm