yhirose / cpp-peglib

A single file C++ header-only PEG (Parsing Expression Grammars) library
MIT License
916 stars 113 forks source link

Docker container exits immediately with "pywintypes.error: (109, 'ReadFile', 'pipe has ended')" when building a project in Windows #302

Closed TongJie-Wei closed 3 months ago

TongJie-Wei commented 3 months ago

I tried to follow the steps in the README's Example section to execute some CLI commands, including make install, Displaying a List of Defects, Project Checkout, etc. However, when I reached the Building and Testing a Project step, I encountered the following error:

BUGOFBUGC++

I meet the Requirements: env_py docker MyCpu

I performed all operations using the default settings from the example, and the same error message,’‘pywintypes.error: (109, "ReadFile", "pipe has ended"), appeared on two Windows machines‘’.

Could you please advise on how to resolve this issue? I would be extremely grateful!