You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2022/09/08 06:43:00 UTC

[jira] [Commented] (ARROW-13636) [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor

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

Joris Van den Bossche commented on ARROW-13636:
-----------------------------------------------

I suppose this is fixed in the meantime? 

> [CI] Bogus Python install (includes PyPy) from conda-forge on AppVeyor
> ----------------------------------------------------------------------
>
>                 Key: ARROW-13636
>                 URL: https://issues.apache.org/jira/browse/ARROW-13636
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Python
>            Reporter: Antoine Pitrou
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> It looks like our conda-forge installs on AppVeyor builds have started installing PyPy in addition to CPython:
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/40397220/job/k7h0lli1jfbnpb3g#L182
> This is turn fails the build because the PyPy C headers seem to take precedence over the regular CPython C header:
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/40397220/job/k7h0lli1jfbnpb3g#L1033
> {code}
> ..\src\arrow/python/datetime.h(34): error C2220: warning treated as error - no 'object' file generated
> ..\src\arrow/python/datetime.h(34): warning C4005: 'PyDateTimeAPI': macro redefinition
> c:\miniconda37-x64\envs\arrow\include\pypy_decl.h(1134): note: see previous definition of 'PyDateTimeAPI'
> C:/projects/arrow/cpp/src/arrow/python/util/test_main.cc(29): error C3861: 'Py_Initialize': identifier not found
> C:/projects/arrow/cpp/src/arrow/python/util/test_main.cc(38): error C3861: 'Py_Finalize': identifier not found
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)