-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Can't instantiate abstract class PlaybookGrapherCLI with abstract methods init_parser, post_process_args #18
Labels
Comments
Which version of ansible are you using ? |
I guess it's ansible 2.8. Was able to reproduce in Travis: https://travis-ci.org/haidaraM/ansible-playbook-grapher/builds/542466763 |
Same error
|
haidaraM
pushed a commit
that referenced
this issue
Jun 6, 2019
This change is needed because of ansible/ansible#50069. The new CLI in this PR should be used in the future when we drop support for Ansible < 2.8
haidaraM
pushed a commit
that referenced
this issue
Jun 9, 2019
This change is needed because of ansible/ansible#50069. The new CLI in this PR should be used in the future when we drop support for Ansible < 2.8
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When following the setup guide on MacOs 10.14 and Ubuntu 18.04 I get an abstract methods error. I installed on a new Ubuntu 18.04 machine when testing.
Tried with both Python 2.7 and Python 3.6
The text was updated successfully, but these errors were encountered: