You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/21 17:20:00 UTC

[jira] [Commented] (ARROW-1595) [Python] Fix package dependency issues causing build failures

    [ https://issues.apache.org/jira/browse/ARROW-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16175138#comment-16175138 ] 

ASF GitHub Bot commented on ARROW-1595:
---------------------------------------

GitHub user wesm opened a pull request:

    https://github.com/apache/arrow/pull/1123

    ARROW-1595: [Python] Fix package dependency resolution issue causing broken builds

    One of the dependencies installed in the docs requirements is causing NumPy to get downgraded by the SAT solver, and this is then causing an ABI conflict with the pyarrow build (which was built with a different version of NumPy). This installs everything in one `conda install` call

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wesm/arrow ARROW-1595

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/arrow/pull/1123.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1123
    
----
commit 60b05ad5bf24609d07eec0564360b862f84d7863
Author: Wes McKinney <we...@twosigma.com>
Date:   2017-09-21T17:17:46Z

    Install conda dependencies all at once, pin NumPy version
    
    Change-Id: Ie5866141da967c8bcc6ff4281710b1f66d28b62d

----


> [Python] Fix package dependency issues causing build failures
> -------------------------------------------------------------
>
>                 Key: ARROW-1595
>                 URL: https://issues.apache.org/jira/browse/ARROW-1595
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>              Labels: pull-request-available
>             Fix For: 0.8.0
>
>
> We are installing package requirements for the Python build in two steps, and the second step is causing conda to downgrade NumPy, resulting in an ABI conflict and broken build. I'm not sure why this suddenly started happening, but installing the packages all at once and pinning the NumPy version should fix it
> https://travis-ci.org/apache/arrow/jobs/278202858#L9106



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)