[
https://issues.apache.org/jira/browse/ARROW-16806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Antoine Pitrou resolved ARROW-16806.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 13361
[https://github.com/apache/arrow/pull/13361]
> [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: 1.5h
> 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)