Open yoelsheikh opened 2 years ago
I have the same problem.Have you solved it?
Not quite. I've tried an alternative, you can find the details here: https://github.com/YoElsheikh/realsense_python_ergeb#Update-19.07.2022 under "update-19.07.2022", it's in german but I basically tried using WSL2, which has a native linux kernel to compile the pointnet++ cuda layers with the g++ compiler, it should work as described. I however ran into a hardware problem that had to do with my hardware setting. You can compile the layers both in WSL2 and using Docker after setting the correct environment variables, even better if you use ubuntu. Good luck!
I was unable to import _ext module. As I think that this is related to compiling the Pointnet2 layers I tried to compile Pointnet2 independently, but then again when I try compiling them I get a ValueError:
related to the environment or the error in the title. My environment is:
I suspected the error had something to do with the C++ compiler, I then installed VS 2019, and ran the code from a Developer's cmd. It didn't work. I then found a tip online that the code works with the same above environment but with python 3.7 and VS 2017, so I set the environment as:
I still got the same error, the error is as follows this is when running:
Does anyone have tips?