You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (JIRA)" <ji...@apache.org> on 2019/01/09 13:22:00 UTC

[jira] [Comment Edited] (ARROW-4138) [Python] setuptools_scm customization does not work for versions above 0.9.0 on Windows

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

Krisztian Szucs edited comment on ARROW-4138 at 1/9/19 1:21 PM:
----------------------------------------------------------------

As a fallback We can use --exclude apache-arrow-js-*


was (Author: kszucs):
As a fallback We can use `--exclude apache-arrow-js-*`

> [Python] setuptools_scm customization does not work for versions above 0.9.0 on Windows
> ---------------------------------------------------------------------------------------
>
>                 Key: ARROW-4138
>                 URL: https://issues.apache.org/jira/browse/ARROW-4138
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>            Priority: Major
>             Fix For: 0.12.0
>
>
> {code}
> C:\Users\wesm\code\arrow\python (ARROW-3910 -> origin)
> (pyarrow-dev) λ git describe --dirty --tags --long --match 'apache-arrow-[0-9].*'
> fatal: No names found, cannot describe anything.
> C:\Users\wesm\code\arrow\python (ARROW-3910 -> origin)
> (pyarrow-dev) λ git describe --dirty --tags --long
> apache-arrow-0.11.0-499-gf77c2967-dirty
> {code}
> It's possible this is a Windows-specific issue



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