You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/10 09:59:00 UTC

[jira] [Updated] (ARROW-16806) [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version

     [ https://issues.apache.org/jira/browse/ARROW-16806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-16806:
-----------------------------------
    Labels: pull-request-available  (was: )

> [CI][Python] Verify source script fails on Ubuntu 18.04 due to old setuptools version
> -------------------------------------------------------------------------------------
>
>                 Key: ARROW-16806
>                 URL: https://issues.apache.org/jira/browse/ARROW-16806
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Continuous Integration, Python
>            Reporter: Raúl Cumplido
>            Assignee: Raúl Cumplido
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently the verify-rc-source-python-linux-ubuntu-18.04-amd64 job is failing (https://github.com/ursacomputing/crossbow/runs/6814290999?check_suite_focus=true) due to:
> {code:java}
>   File "setup.py", line 37, in <module>
>     from setuptools import setup, Extension, Distribution, find_namespace_packages
> ImportError: cannot import name 'find_namespace_packages' from 'setuptools' (/tmp/arrow-HEAD.kvwV0/venv-source/lib/python3.8/site-packages/setuptools/__init__.py) {code}
> This change was introduced on this PR [https://github.com/apache/arrow/pull/13309] to fix https://issues.apache.org/jira/browse/ARROW-16726.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)