Antoine Pitrou created ARROW-9372:
-------------------------------------

             Summary: [Dev][Archery] conda-python Docker image fails running
                 Key: ARROW-9372
                 URL: https://issues.apache.org/jira/browse/ARROW-9372
             Project: Apache Arrow
          Issue Type: Bug
          Components: Archery, Developer Tools
            Reporter: Antoine Pitrou


I tried this:
{code}
archery docker run  -e PYTHON=3.6 conda-python
{code}

And after the Docker image was built, running it failed with:
{code}
+ pushd /arrow/python
/arrow/python /
++ realpath --relative-to=. /build/python
+ relative_build_dir=../../build/python
+ 3.6 setup.py build --build-base /build/python install 
--single-version-externally-managed --record ../../build/python/record.txt
/arrow/ci/scripts/python_build.sh: line 50: 3.6: command not found
{code}

Yet the comments in the {{docker-compose.yml}} say:
{code}
  conda-python:
    # Usage:
    #   docker-compose build conda-cpp
    #   docker-compose build conda-python
    #   docker-compose run --rm conda-python
    # Parameters:
    #   ARCH: amd64, arm32v7
    #   PYTHON: 3.6, 3.7, 3.8
{code}




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to