Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

AttributeError with recent versions of cmd2 #29

Open
jkleint opened this issue Aug 16, 2018 · 1 comment
Open

AttributeError with recent versions of cmd2 #29

jkleint opened this issue Aug 16, 2018 · 1 comment

Comments

@jkleint
Copy link

jkleint commented Aug 16, 2018

Thanks for such a great tool.

It seems recent versions of cmd2 have broken compatibility again:

$ athena --schema default
athena:default> show databases;
EXCEPTION of type 'AttributeError' occurred with message: ''Statement' object has no attribute 'full_parsed_statement''
To enable full traceback, run the following command:  'set debug true'
athena:default>
$ pipenv graph
athena-cli==0.1.8
  - boto3 [required: Any, installed: 1.7.78]
    - botocore [required: <1.11.0,>=1.10.78, installed: 1.10.78]
      - docutils [required: >=0.10, installed: 0.14]
      - jmespath [required: >=0.7.1,<1.0.0, installed: 0.9.3]
      - python-dateutil [required: >=2.1,<3.0.0, installed: 2.7.3]
        - six [required: >=1.5, installed: 1.11.0]
    - jmespath [required: >=0.7.1,<1.0.0, installed: 0.9.3]
    - s3transfer [required: <0.2.0,>=0.1.10, installed: 0.1.13]
      - botocore [required: >=1.3.0,<2.0.0, installed: 1.10.78]
        - docutils [required: >=0.10, installed: 0.14]
        - jmespath [required: >=0.7.1,<1.0.0, installed: 0.9.3]
        - python-dateutil [required: >=2.1,<3.0.0, installed: 2.7.3]
          - six [required: >=1.5, installed: 1.11.0]
  - cmd2 [required: Any, installed: 0.9.3]
    - colorama [required: Any, installed: 0.3.9]
    - pyperclip [required: >=1.5.27, installed: 1.6.4]
    - wcwidth [required: Any, installed: 0.1.7]
  - tabulate [required: >=0.8.1, installed: 0.8.2]
pyparsing==2.2.0

If I downgrade cmd2 to 0.8.0, it works.

@jhg03a
Copy link

jhg03a commented Jun 5, 2020

Yeah, I found this seems to break the openstack python cli

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants