Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-15685

[Dev][Archery] archery installation broken with setuptools 60.9.0

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Done
    • None
    • None
    • Archery, Python
    • None

    Description

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

      $ 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
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            yibocai Yibo Cai
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: