You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/24 13:26:00 UTC

[jira] [Created] (ARROW-8920) [CI] ARM Travis CI build is failing with archery "case_sensitive" error

Wes McKinney created ARROW-8920:
-----------------------------------

             Summary: [CI] ARM Travis CI build is failing with archery "case_sensitive" error
                 Key: ARROW-8920
                 URL: https://issues.apache.org/jira/browse/ARROW-8920
             Project: Apache Arrow
          Issue Type: Bug
          Components: CI
            Reporter: Wes McKinney
             Fix For: 1.0.0


See https://travis-ci.org/github/apache/arrow/jobs/690602409

{code}
Traceback (most recent call last):
  File "/home/travis/.local/bin/archery", line 11, in <module>
    load_entry_point('archery', 'console_scripts', 'archery')()
  File "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 490, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 2853, in load_entry_point
    return ep.load()
  File "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 2453, in load
    return self.resolve()
  File "/usr/local/lib/python3.6/dist-packages/pkg_resources/__init__.py", line 2459, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/travis/build/apache/arrow/dev/archery/archery/cli.py", line 100, in <module>
    case_sensitive=False)
TypeError: __init__() got an unexpected keyword argument 'case_sensitive'
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)