pypoisson icon indicating copy to clipboard operation
pypoisson copied to clipboard

Illegal instruction: 4 on Mojave

Open raoskaran opened this issue 4 years ago • 0 comments

So, I followed the instructions to install this module and installed llvm as well to get rid of the fopenmp error. Now when I try to run the test code, it gives me the error Illegal instruction: 4 on this line

faces, vertices = poisson_reconstruction(points, normals, depth=10)

Anybody know what to do here?

raoskaran avatar Mar 26 '20 20:03 raoskaran