Closed HabibaZImam closed 4 years ago
Hi,
Just from the message itself I can't tell what's wrong. I haven't tested on Windows before so I am not familiar with what issues might occur. I'll try to build TEASER++ on Windows this week and get back to you.
I'd really appreciate that. Meanwhile, I'm going to try it in ubuntu.
Hi, I tried with windows, and unfortunately I'm not familiar with C++/Python development on windows to figure this out in a reasonably amount of time. Please stick with Ubuntu as much as you can. Alternatively, you can also use docker on windows.
Closing this for now. Please reopen if you have more questions.
Hello jingnan,
I am working on point cloud registration for reverse engineering and additive repair, for which your TEASER++ code looks very promising and capable. I am trying to run it in python. I do not have much experience with C++ or Cmake, therefore I'm hoping that you can help me with the final step to install TEASER++ to my Anaconda environment. I downloaded the TEASER++ repository and ran it through Cmake. For that I had to manually download pmc, pybind11 and tinyply and place them into the '...-src' folders inside the build folder, because Cmake was not able to install them by itself. After doing that I now have the 'build/python' folder which you can see here.
When I run 'pip install .' in this folder I get the following error.
Does someone know what I'm doing wrong? I'd be thankful for any hints.