ci: macOS workflow is broken
Closed this issue · 2 comments
aruiz commented
The macOS workflow fails due to the following error.
@chenrui333 can you have a look at this?
==> Installing meson dependency: python@3.12
==> Downloading https://ghcr.io/v2/homebrew/core/python/3.12/manifests/3.12.2
Already downloaded: /Users/runner/Library/Caches/Homebrew/downloads/57feacd8dff2751688cae87edb11e495cce7dfdb44f6ed80134bd6f96db00d50--python@3.12-3.12.2.bottle_manifest.json
==> Pouring python@3.12--3.12.2.monterey.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3-3.12
Target /usr/local/bin/2to3-3.12
already exists. You may want to remove it:
rm '/usr/local/bin/2to3-3.12'
To force the link and overwrite all conflicting files:
brew link --overwrite python@3.12
To list all files that would be deleted:
brew link --overwrite python@3.12 --dry-run
Possible conflicting files are:
/usr/local/bin/2to3-3.12 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/2to3-3.12
/usr/local/bin/idle3.12 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/idle3.12
/usr/local/bin/pydoc3.12 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/pydoc3.12
/usr/local/bin/python3.12 -> /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12
/usr/local/bin/python3.12-config -> /Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12-config
chenrui333 commented
@aruiz should be fixed by now. Cheers!
aruiz commented
Thanks @chenrui333 !!!!!