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 2018/01/28 16:54:00 UTC

[jira] [Commented] (ARROW-2049) setup.py doesn't pick a cython executable that resides in the venv used for running setup.py

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

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

moriyoshi opened a new pull request #1526: ARROW-2049: [Python] Try searching for the Cython executable according to sysconfig
URL: https://github.com/apache/arrow/pull/1526
 
 
   * setup.py doesn't even try to detect the right cython executable specially when it is used in virtualenv. Instead it always tries to use the one found in the search path.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> setup.py doesn't pick a cython executable that resides in the venv used for running setup.py
> --------------------------------------------------------------------------------------------
>
>                 Key: ARROW-2049
>                 URL: https://issues.apache.org/jira/browse/ARROW-2049
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.8.0
>            Reporter: Moriyoshi Koizumi
>            Priority: Trivial
>              Labels: pull-request-available
>
> setup.py doesn't even try to detect the right cython executable specially when it is used in virtualenv. Instead it always tries to use the one found in the search path.
>  
> I am going to create the PR on GitHub accordingly.



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