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

pipx not found on macOS 14 runners #820

Closed
2 of 5 tasks
ghisvail opened this issue Feb 19, 2024 · 4 comments
Closed
2 of 5 tasks

pipx not found on macOS 14 runners #820

ghisvail opened this issue Feb 19, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ghisvail
Copy link

Description:
I can't run the test suite for my project in CI using the macos-14 beta runners.

actions/setup-python@v5 does not seem to provide or expose pipx for macos-14 like it does for macos-13.

Action version:
actions/setup-python@v5

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Tools version:
Python versions from 3.10 to 3.12

Repro steps:
A description with steps to reproduce the issue. If your have a public example or repo to share, please provide the link.

Expected behavior:

Working on macos-13:

> Run pipx install hatch
creating virtual environment...
creating shared libraries...
upgrading shared libraries...
installing hatch...
done! ✨ 🌟 ✨
  installed package hatch 1.9.3, installed using Python 3.12.1
  These apps are now globally available
    - hatch

Actual behavior:

Failing on macos-14:

> Run pipx install hatch
/Users/runner/work/_temp/3cc431c7-bf69-4c05-874f-ddac7c522372.sh: line 1: pipx: command not found
Error: Process completed with exit code 127.
@ghisvail ghisvail added bug Something isn't working needs triage labels Feb 19, 2024
@mayeut
Copy link
Contributor

mayeut commented Feb 19, 2024

pipx is managed in the https://github.com/actions/runner-images repo:
xref actions/runner-images#9256

@aparnajyothi-y
Copy link
Contributor

Hi @ghisvail, Thank you for creating this issue and we will look into it :)

@ghisvail
Copy link
Author

TIL, pipx is provided by the base runner image, not this action.

Thanks @mayeut for the xref and my apologies for the duplicate 🙏

@aparnajyothi-y
Copy link
Contributor

Hello @ghisvail,
We are proceeding to close as this issue is not related to setup-python. Thank you.

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
Development

No branches or pull requests

3 participants