-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Brew upgrading Python 3.11.5 -> 3.11.6_1 fails [macOS 12] #8838
Comments
Hey, it is not a bug we can fix, it is expected behaviour of home-brew on any python update, you need explicitly call |
But I don't use Azure-Cli or Python, so why am I forced to do this? In fact, the problem is that the current macOS runtime image contains a broken azure-cli package (or its dependency, none of them are used by me) and this is what causes the Python installation to fail. But yes, you can somehow get around this by removing azure-cli from the runner: |
We run into this problem. We are installing Are you saying we need to update our workflow to bump |
@louwers if it was not a part of the generated image, then yes, we can not do anything here, because a package "foo" conflicts with the symlinks from package "bar" (which are pre-existed by the time "bar" got updated), once new image release happens the latest "bar" is installed and symlinks are a part of the image. |
Description
Installing Python 3.11.6_1 as an indirect dependency (azure-cli), causing an error and job failure.
Platforms affected
Runner images affected
Image version and build link
Current runner version: '2.311.0'
https://github.com/awawa-dev/HyperHDR/actions/runs/6897412769/job/18765513784#step:5:341
Is it regression?
regression, same command worked untill recently https://github.com/awawa-dev/HyperHDR/actions/runs/6827984819/job/18572890598
Expected behavior
brew installs required packages without error
Actual behavior
Fails to install Python 3.11 needed by needed azure-cli (
Installing azure-cli dependency: python@3.11
)Repro steps
brew update && brew install qt@5 xz ccache zstd webp
The text was updated successfully, but these errors were encountered: