-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
macOS fails to install dependencies: Could not symlink lib/libtcl8.6.dylib #128069
Comments
I saw the failure on macos-13 image version 20241216.479 (2024-12-16):
|
The job pass with macos-13 image version 20241211.456 (2024-12-11). |
Yes: Pass: https://github.com/python/cpython/actions/runs/12389079636/job/34581414776
Fail: https://github.com/python/cpython/actions/runs/12389598892/job/34582962458
|
The Tcl/Tk version changed from 8.6.15 to 8.6.16 in the GH image. #127365 added the Homebrew https://formulae.brew.sh/formula/tcl-tk@8 says it's also on 8.6.16. Perhaps we should try the |
That installs and passes:
https://github.com/hugovk/cpython/actions/runs/12395563219/job/34601604141 |
It might be worth temporarily disabling the job while this gets figured out. Many PRs are stuck because of this. |
I created a PR for this commit: #128090. |
…tHub image's version (#128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…ith GitHub image's version (pythonGH-128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (cherry picked from commit 46dc1ba) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…with GitHub image's version (GH-128090) (#128096) gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (cherry picked from commit 46dc1ba) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…ith GitHub image's version (pythonGH-128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (cherry picked from commit 46dc1ba) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…with GitHub image's version (GH-128090) (#128125) gh-128069: brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (GH-128090) brew link --overwrite tcl-tk@8 to prevent conflict with GitHub image's version (cherry picked from commit 46dc1ba) Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
The macOS CI of GitHub Action failed in the
Install Homebrew dependencies
step with:cc @hugovk @ambv
Linked PRs
The text was updated successfully, but these errors were encountered: