meshpro / pygalmesh

:spider_web: A Python interface to CGAL's meshing tools
GNU General Public License v3.0
580 stars 57 forks source link

install on windows #189

Open Bigpig4396 opened 2 years ago

Bigpig4396 commented 2 years ago

I cannot install it on windows due to it does not find eigen

orkunsystems commented 2 years ago

Is there any progress or will there be any progress in this issue? I also tried to install it with complete package as it is suggested in Stackoverflow (https://stackoverflow.com/questions/61472028/how-does-one-install-pygalmesh-which-depends-on-eigen-on-a-windows-pc). Every thing went well with the installation of four components such as gmp, mpfr, eigen3 and cgal with vcpkg. Boost have successfully installed 103 packages without any problem. In the installation of pygalmesh I got error message on missing header files which is a known issue for the installation of cgal on windows. So we "windowers" are strongly dependent upon a python wheel file. Regards.