Skip to content

Issues using Pyinstaller GitHub action #8886

Answered by rokm
NoelleTGS asked this question in Help
Discussion options

You must be logged in to vote

Looks like that python sub-process in which we are importing packages before binary dependency analysis crashes because it ends up calling CRT function that is not implemented by Wine:

Unhandled exception: unimplemented function ucrtbase.dll.crealf called in 64-bit code (0x0000007b01390d).

So at its core, this is a Wine issue.

As per

PyInstaller.isolated._parent.SubprocessDiedError: Child process died calling import_library() with args=('circleguard',) and kwargs={}. Its exit code was 2147483904.

this happens when we try to import circleguard.

You can try to patch your copy of PyInstaller and add circleguard to the suppressed_imports list at the end of this block:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NoelleTGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants