You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2022/02/15 05:08:00 UTC

[jira] [Created] (ARROW-15685) [Dev][Archery] archery installation broken with latest setuptools

Yibo Cai created ARROW-15685:
--------------------------------

             Summary: [Dev][Archery] archery installation broken with latest setuptools
                 Key: ARROW-15685
                 URL: https://issues.apache.org/jira/browse/ARROW-15685
             Project: Apache Arrow
          Issue Type: Bug
          Components: Archery, Python
            Reporter: Yibo Cai


Archery is not correctly installed with latest setuptools (v60.9). It works okay with setuptools-44.0.

{code:bash}
$ virtualenv -p 3 venv
created virtual environment CPython3.8.10.final.0-64 in 86ms
  creator CPython3Posix(dest=/home/cyb/venv, clear=False, global=False)
  seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/cyb/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1)
  activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator

$ source venv/bin/activate

(venv) $ pip install -U setuptools
Collecting setuptools
  Using cached setuptools-60.9.0-py3-none-any.whl (1.1 MB)
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed setuptools-60.9.0

(venv) $ pip install -e arrow/dev/archery
Obtaining file:///home/cyb/arrow/dev/archery
Collecting click>=7
  Using cached click-8.0.3-py3-none-any.whl (97 kB)
Installing collected packages: click, archery
  Running setup.py develop for archery
Successfully installed archery click-8.0.3

(venv) $ archery
-bash: archery: command not found
{code}




--
This message was sent by Atlassian Jira
(v8.20.1#820001)