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

Resolve MacOS Python setup issues within GitHub Actions after recent GitHub Update #195

Closed
d33bs opened this issue Apr 23, 2024 · 0 comments · Fixed by #196
Closed

Resolve MacOS Python setup issues within GitHub Actions after recent GitHub Update #195

d33bs opened this issue Apr 23, 2024 · 0 comments · Fixed by #196
Labels
bug Something isn't working

Comments

@d33bs
Copy link
Member

d33bs commented Apr 23, 2024

GitHub is making updates to their macos-latest tag usage for GitHub Actions usage (link). This results in being unable to install Python 3.8 and 3.9 through means which worked until very recently.

Reference: actions/setup-python#850

The suggested workaround is to use macos-12 or macos-13 or to use specific versions of Python with specific platforms.

Example of how the error manifests (from this job https://github.com/cytomining/CytoTable/actions/runs/8806641565/job/24171907333?pr=194):

Run actions/setup-python@v4
Installed versions
  Version 3.8 was not found in the local cache
  Error: The version '3.8' with architecture 'arm64' was not found for macOS 14.4.1.
  The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

See GH Actions run before this point (reference image Runner Image): https://github.com/cytomining/CytoTable/actions/runs/8744393369/job/23997143590

First experienced in #194 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant