Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.6.3 broken on Windows | Failed to execute script kcc #578

Closed
axu2 opened this issue Aug 11, 2023 · 3 comments · Fixed by #579
Closed

v5.6.3 broken on Windows | Failed to execute script kcc #578

axu2 opened this issue Aug 11, 2023 · 3 comments · Fixed by #579

Comments

@axu2
Copy link
Collaborator

axu2 commented Aug 11, 2023

Just noticed that the Windows build is broken...

image

When I try to build it myself using the disabled windows workflow it works fine though: https://github.com/axu2/kcc/actions/runs/5835174394

I think it must be an issue with the windows-docker workflow which also creates the CLI versions.

@lohtse
Copy link

lohtse commented Aug 11, 2023

I have the same error on windows 10 22h2 all previous versions work without this error

@DavidNSB
Copy link

DavidNSB commented Aug 11, 2023

I'm seeing the same issue with Windows 11. axu2's build ( https://github.com/axu2/kcc/actions/runs/5835174394 ) also works for me.

@darodi
Copy link
Collaborator

darodi commented Aug 11, 2023

OK I found why.
The minimum version in the code has been set to python 3.8
and that github action
works with python by default 3.7

see.
https://github.com/JackMcKew/pyinstaller-action-windows/tree/main#python-310

I'm rebuilding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants