mmolero / pypoisson

Poisson Surface Reconstruction Python Binding
MIT License
242 stars 30 forks source link

Illegal instruction: 4 on Mojave #11

Open raoskaran opened 4 years ago

raoskaran commented 4 years ago

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?