-
Notifications
You must be signed in to change notification settings - Fork 13
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
python style check fails with internal error #329
Comments
It looks like what we need is Not sure if there will be flow-on effects from that, but we could upgrade that. |
The same package also pins |
So, playing around with it a bit locally, the latest version of So I'd be up for bumping that version. Still need to investigate @Ivan-Velickovic I remember you having trouble with |
I can't remember exactly but based on this seL4/microkit#67 (comment) comment I think it was fine. Using the newer version didn't (at least for that code) do a bunch of incompatible/extra styling so at least for my purposes upgrading the version shouldn't cause trouble. |
Result of playing with So: separate discussion for |
When
seL4/ci-actions/style@master
runs, it fails with this internal error. Which may indicate there is a style issue in my code, but it seem the checker itself runs into a version problem:It seem this issue is known, see hhatto/autopep8#689. But now I am a bit lost how to solve this. Can we fix this in
scripts/install-python.sh
and force a specific version or do we need python 3.11?The text was updated successfully, but these errors were encountered: