kou opened a new pull request, #15026:
URL: https://github.com/apache/arrow/pull/15026

   If they exist and Homebrew's Python formula is updated, the update is failed:
   
   https://github.com/apache/arrow/actions/runs/3729475663/jobs/6325425516
   
       ==> Pouring [email protected]
       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/3.11/bin/2to3
       /usr/local/bin/idle3 -> 
/Library/Frameworks/Python.framework/Versions/3.11/bin/idle3
       /usr/local/bin/pydoc3 -> 
/Library/Frameworks/Python.framework/Versions/3.11/bin/pydoc3
       /usr/local/bin/python3 -> 
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3
       /usr/local/bin/python3-config -> 
/Library/Frameworks/Python.framework/Versions/3.11/bin/python3-config


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to