You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Kouhei Sutou (Jira)" <ji...@apache.org> on 2020/12/20 19:18:00 UTC

[jira] [Created] (ARROW-10993) [CI][macOS] Fix Python 3.9 installation by Homebrew

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 python@3.9-3.9.1_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 python@3.9

To list all files that would be deleted:
  brew link --overwrite --dry-run python@3.9

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)