We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just noticed that the Windows build is broken...
When I try to build it myself using the disabled windows workflow it works fine though: https://github.com/axu2/kcc/actions/runs/5835174394
windows
I think it must be an issue with the windows-docker workflow which also creates the CLI versions.
windows-docker
The text was updated successfully, but these errors were encountered:
I have the same error on windows 10 22h2 all previous versions work without this error
Sorry, something went wrong.
I'm seeing the same issue with Windows 11. axu2's build ( https://github.com/axu2/kcc/actions/runs/5835174394 ) also works for me.
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
Successfully merging a pull request may close this issue.
Just noticed that the Windows build is broken...
When I try to build it myself using the disabled
windows
workflow it works fine though: https://github.com/axu2/kcc/actions/runs/5835174394I think it must be an issue with the
windows-docker
workflow which also creates the CLI versions.The text was updated successfully, but these errors were encountered: