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

[jira] [Updated] (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 ]

ASF GitHub Bot updated ARROW-10993:
-----------------------------------
    Labels: pull-request-available  (was: )

> [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
>          Time Spent: 10m
>  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)