-
Notifications
You must be signed in to change notification settings - Fork 201
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
Bikeshed update fails #2946
Comments
You are stuck on an old Bikeshed, because your CI is configured to use an old Ubuntu which only has Python 3.8. (Bikeshed bumped its minimum Python version to 3.9 some time ago. Unfortunately, I didn't realize this means that The fix is to update your CI job's Ubuntu version to one that starts with Python 3.9 or higher; I recommend |
(Amusingly, I changed the format of the datafiles a while ago, which should have triggered this error in older versions a long time ago. But the CI that built the datafiles over in https://github.com/speced/bikeshed-data/ was also stuck on an old Ubuntu, and thus was stuck on an old Bikeshed, so it kept emitting the old datafile format. I fixed that last Monday, thus the current errors.) |
Update the OS in CI to Ubuntu-latest to ensure that the bikeshed works. See: speced/bikeshed#2946 (comment)
Your fix works, but I am not sure if I follow. My Windows box has Python 3.9.2 and I still get the same error when running bikeshed. |
Uninstalling and reinstalling bikeshed worked. |
Update the OS in CI to Ubuntu-latest to ensure that the bikeshed works. See: speced/bikeshed#2946 (comment)
Reporting as requested: https://github.com/solid/solid-prep/actions/runs/11762046460/job/32764503788?pr=15#step:3:823
The text was updated successfully, but these errors were encountered: