Kouhei Sutou created ARROW-10993:
------------------------------------
Summary: [CI][macOS] Fix Python 3.9 installation by Homebrew
Key: ARROW-10993
URL: https://issues.apache.org/jira/browse/ARROW-10993
Project: Apache Arrow
Issue Type: Improvement
Components: Continuous Integration
Reporter: Kouhei Sutou
Assignee: Kouhei Sutou
https://github.com/apache/arrow/runs/1579780011#step:4:520
{noformat}
==> Pouring [email protected]_1.catalina.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
Target /usr/local/bin/2to3
already exists. You may want to remove it:
rm '/usr/local/bin/2to3'
To force the link and overwrite all conflicting files:
brew link --overwrite [email protected]
To list all files that would be deleted:
brew link --overwrite --dry-run [email protected]
Possible conflicting files are:
/usr/local/bin/2to3 ->
/Library/Frameworks/Python.framework/Versions/2.7/bin/2to3
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)