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 20:09:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-10993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kouhei Sutou resolved ARROW-10993.
----------------------------------
    Fix Version/s: 3.0.0
       Resolution: Fixed

Issue resolved by pull request 8976
[https://github.com/apache/arrow/pull/8976]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)