Skip to content
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

ansible-lint not working #4

Open
darrenmeehan opened this issue Feb 1, 2022 · 0 comments
Open

ansible-lint not working #4

darrenmeehan opened this issue Feb 1, 2022 · 0 comments

Comments

@darrenmeehan
Copy link
Owner

For some reason the package rich it not installed, which ansible-lint requires.

ansible-lint .
Traceback (most recent call last):
  File "/usr/local/bin/ansible-lint", line 5, in <module>
    from ansiblelint.__main__ import _run_cli_entrypoint
  File "/usr/local/lib/python3.9/site-packages/ansiblelint/__main__.py", line 34, in <module>
    from enrich.console import should_do_markup
  File "/usr/local/lib/python3.9/site-packages/enrich/console.py", line 6, in <module>
    import rich.console as rich_console
ModuleNotFoundError: No module named 'rich'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant