Skip to content

Commit aec771d

Browse files
authored
ARROW-18327: [CI][Release] verify-rc-source-*-macos-amd64 are failed (apache#14640)
https://github.com/ursacomputing/crossbow/actions/runs/3461688619/jobs/5779609972#step:3:127 ==> Pouring python@ 3.11--3.11.0.big_sur.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.11 Target /usr/local/bin/2to3-3.11 already exists. You may want to remove it: rm '/usr/local/bin/2to3-3.11' To force the link and overwrite all conflicting files: brew link --overwrite python@ 3.11 To list all files that would be deleted: brew link --overwrite --dry-run python@ 3.11 Possible conflicting files are: /usr/local/bin/2to3-3.11 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/2to3-3.11 /usr/local/bin/idle3.11 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/idle3.11 /usr/local/bin/pydoc3.11 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/pydoc3.11 /usr/local/bin/python3.11 -> /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11 /usr/local/bin/python3.11-config -> /Library/Frameworks/Python.framework/Versions/3.11/bin/python3.11-config Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 14aa417 commit aec771d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dev/tasks/verify-rc/github.macos.amd64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
- name: Install System Dependencies
4444
shell: bash
4545
run: |
46+
rm -f /usr/local/bin/2to3*
47+
rm -f /usr/local/bin/idle*
48+
rm -f /usr/local/bin/pydoc3*
49+
rm -f /usr/local/bin/python3*
4650
brew update
4751
brew install --overwrite git
4852
brew bundle --file=arrow/cpp/Brewfile

0 commit comments

Comments
 (0)