[ https://issues.apache.org/jira/browse/ARROW-4138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732246#comment-16732246 ]
Uwe L. Korn commented on ARROW-4138: ------------------------------------ [~wesmckinn] Which version of git are you using on Windows? I suspect this to either be an too old git version or that the command is not escaped correctly, e.g. the brackets need better escaping. > [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 > 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)