[
https://issues.apache.org/jira/browse/ARROW-12543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17334575#comment-17334575
]
Joris Van den Bossche edited comment on ARROW-12543 at 4/28/21, 8:44 AM:
-------------------------------------------------------------------------
I tried to mimick the different "conda install" steps from the docker builds
locally with mamba, and then it gives this conflict:
{code}
Problem: package gdb-9.2-py38h615daac_5 requires python >=3.8,<3.9.0a0, but
none of the providers can be installed
{code}
And there is indeed not yet a gdb package available for Python3.9 (but so I am
a bit unsure why this actually worked before)
was (Author: jorisvandenbossche):
I tried to mimick the different "conda install" steps from the docker builds
locally with mamba, and then it gives this conflict:
{code}
Problem: package gdb-9.2-py38h615daac_5 requires python >=3.8,<3.9.0a0, but
none of the providers can be installed
{code}
And there is indeed not yet a gdb package available for Python3.9 (but so I am
a bit unsure why this actually worked)
> [CI][Python] Failing conda-python-3.9 Nightly Build
> ---------------------------------------------------
>
> Key: ARROW-12543
> URL: https://issues.apache.org/jira/browse/ARROW-12543
> Project: Apache Arrow
> Issue Type: Bug
> Components: Continuous Integration, Packaging, Python
> Reporter: Mauricio 'PachĂĄ' Vargas SepĂșlveda
> Priority: Major
>
> The build segfaults after running the Python tests.
> Very similar to https://issues.apache.org/jira/browse/ARROW-11146
--
This message was sent by Atlassian Jira
(v8.3.4#803005)