Installation error of PyMesh

Hi,

Thank you always for your help.
I am now trying to install PyMesh on my Mac OS,
and have succeeded before cmake … command.

Following is the error message I have after that.
How can I solve it?

Thank you in advance:)

– Could NOT find OpenMP_C (missing: OpenMP_C_FLAGS OpenMP_C_LIB_NAMES)
– Could NOT find OpenMP_CXX (missing: OpenMP_CXX_FLAGS OpenMP_CXX_LIB_NAMES)
– Could NOT find OpenMP (missing: OpenMP_C_FOUND OpenMP_CXX_FOUND)
== Generating build files ==
Configuring libCGAL
CMake Error at /usr/local/Cellar/cmake/3.13.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find MPFR (missing: MPFR_LIBRARIES MPFR_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/local/Cellar/cmake/3.13.4/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cgal/Installation/cmake/modules/FindMPFR.cmake:53 (find_package_handle_standard_args)
cgal/Installation/cmake/modules/CGAL_SetupGMP.cmake:21 (find_package)
cgal/Installation/cmake/modules/CGAL_SetupCGALDependencies.cmake:41 (include)
cgal/Installation/src/CGAL/CMakeLists.txt:5 (include)

– Configuring incomplete, errors occurred!

PyMesh seems to be independent of PyTorch so I guess you could find better and faster answers in their Github issues (or discussion board if available).

That being said, this issue might be related.

Hi ptrblck,

Thank you always for your kind support.
This issue should have been discussed on the Github as you suggested. Actually, some users and I have raised the same issue but unfortunately response seems to be suspended.

The linked issue you provided is also a great help for me. I will try with this information again.

Thank you:)