How does one install pygalmesh (which depends on Eigen) on a Windows PC?
问题 Edit: For those interested, the creator is currently working on this here. I am trying to install pygalmesh using pip install pygalmesh , which depends on Eigen. I have downloaded Eigen, but the pip installer does not "know" this. It returns the following error message: ERROR: Could not build wheels for pygalmesh which use PEP 517 and cannot be installed directly more specifically: fatal error C1083: Cannot open include file: 'Eigen/Dense': Pygalmesh's github has a file for setup.py which I