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

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

Raúl Cumplido created ARROW-16806:
-------------------------------------

             Summary: [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
             Fix For: 9.0.0


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)