Open cucalyptas opened 2 years ago
As I told other people previously, I personally use Linux to run the code. I only tried Windows once a while ago to test if it worked, so I don't really know how to help. Here are some ideas for you to find a solution:
There are previous issues about windows bugs you could look at:
You can also try to contact the persons who encountered these issues, to see if they found solutions
You can try to investigate python wrapper compilation on Windows and your particular error
Or simply switch to linux
In any case, if you manage to run the code on Windows, I would be glad if you could post the solution here for future people having the same bug.
hi,Did you solve this problem? thanks:)
Is there any progress about the mistake?I am in urgent need of it.Thanks a lot!
Hi Thomas,
Thank you so much for your fantastic work and detailed documentation.
I'm trying to get started with KPConv-PyTorch using the pretrained weights on S3DIS you kindly included. I was hoping you could offer some insight into the following error:
I'm running this on Windows 10, Python 3.7.11, in an Anaconda virtual environment. I suspect that the issue might be with the compiling of the C++ extension modules in cpp_wrappers. When I do this, I get the following error:
The batch file goes on to execute seemingly fine.
Any ideas would be appreciated! Thank you :)