sxyu / sdf

Parallelized triangle mesh --> continuous signed distance field on CPU
BSD 2-Clause "Simplified" License
436 stars 41 forks source link

"pip install pysdf": report error, it seems to be compilation error #6

Open OccupyMars2025 opened 2 years ago

OccupyMars2025 commented 2 years ago

VOG}Q0CU I$5LYIDW0$S2MK

abhayraw1 commented 2 years ago

@OccupyMars2025 I solved it by installing GCC/++ version 9.4. You can follow this link to do the same. Make sure that your gcc and g++ point to the new version via g++ --version or else this won't work. I was using version 5.4.0 before which did not have the experimental/propogate_const as well!

Hope it helps!

Clear-3d commented 1 year ago

Thanks!!! I also solved it by installing GCC/++ version 9.4. @abhayraw1

yyn27 commented 7 months ago

@OccupyMars2025 I solved it by installing GCC/++ version 9.4. You can follow this link to do the same. Make sure that your gcc and g++ point to the new version via g++ --version or else this won't work. I was using version 5.4.0 before which did not have the experimental/propogate_const as well!

Hope it helps!

Hi! I met similar problem in colab environment, I have tried this method, but it didn't work.. Do you have any other suggestions? 1714718162511