You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2019/06/06 11:34:00 UTC

[jira] [Created] (ARROW-5522) [Packaging] Comments out of date in python/manylinux1/build_arrow.sh

Antoine Pitrou created ARROW-5522:
-------------------------------------

             Summary: [Packaging] Comments out of date in python/manylinux1/build_arrow.sh
                 Key: ARROW-5522
                 URL: https://issues.apache.org/jira/browse/ARROW-5522
             Project: Apache Arrow
          Issue Type: Bug
          Components: Packaging, Python
            Reporter: Antoine Pitrou


The script has this comment:
{code:java}
# Usage:
#   docker run --rm -v $PWD:/io arrow-base-x86_64 /io/build_arrow.sh
{code}

However, I get:
{code}
Unable to find image 'arrow-base-x86_64:latest' locally
docker: Error response from daemon: pull access denied for arrow-base-x86_64, repository does not exist or may require 'docker login'.
See 'docker run --help'.
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)