You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Uwe L. Korn (JIRA)" <ji...@apache.org> on 2019/07/09 14:58:00 UTC

[jira] [Commented] (ARROW-5885) [Python] Support optional arrow components via extras_require

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

Uwe L. Korn commented on ARROW-5885:
------------------------------------

This will only work when you split the {{pyarrow}} package into multiple packages. The extras are not on a single wheel basis. At the current stage this requires a big refactoring of the Python package.

> [Python] Support optional arrow components via extras_require
> -------------------------------------------------------------
>
>                 Key: ARROW-5885
>                 URL: https://issues.apache.org/jira/browse/ARROW-5885
>             Project: Apache Arrow
>          Issue Type: Wish
>          Components: Python
>            Reporter: George Sakkis
>            Priority: Minor
>
> Since Arrow (and pyarrow) have several independent optional component, instead of installing all of them it would be convenient if these could be opt-in from pip like 
> {{pip install pyarrow[gandiva,flight,plasma]}}
> or opt-out like
> {{pip install pyarrow[no-gandiva,no-flight,no-plasma]}}



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