-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error when running python setup.py install #7
Comments
same issue here! |
same, any solutions? |
I only tested using gcc compiler. python setup.py build_ext --inplace --compiler=mingw32 -DMS_WIN64 |
@acunam have solved this issue.... if solved please provide solution |
Unfortunately, I wasn't able to solve the issue. Finally, I successfully implemented the Poisson surface reconstruction that comes with Open3D. http://www.open3d.org/docs/latest/tutorial/Advanced/surface_reconstruction.html |
when using the cl.exe compiler, what I did to make it work was in setup.py look at change I also did it in the src folder setup.py too. you can also change it in the |
Hi @acunam |
when I run the python setup.py install command I get a fatal error with Geometry .cpp
path\Geometry.h(33): fatal error C1189: #error: OpenMP is required
error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2
any help with this issue is highly appreciated
The text was updated successfully, but these errors were encountered: