ReliaQualAssociates / ramstk

Reliability, Availability, Maintainability, Safety (RAMS) analysis program.
https://www.reliaqual.com/rtk/
BSD 3-Clause "New" or "Revised" License
44 stars 15 forks source link

gi\gimodule.c: fatal error C1083: Cannot open include file: 'msvc_recommended_pragmas.h': No such file or directory #1303

Closed AInowG closed 1 year ago

AInowG commented 1 year ago

Describe the chore that needs to be addressed.

gimodule.c gi\gimodule.c: fatal error C1083: Cannot open include file: 'msvc_recommended_pragmas.h': No such file or directory error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit code 2

I am Win10 msys2 installed, and 'msvc_recommended_pragmas.h' in system. but error again.

weibullguy commented 1 year ago

That's a problem with your PyGobject installation. Poetry can't install PyGobject on Windows, here are the instructions for installing PyGobject on Windows --> https://pygobject.readthedocs.io/en/latest/getting_started.html#windows-getting-started.