You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
For some reason the package
rich
it not installed, whichansible-lint
requires.The text was updated successfully, but these errors were encountered: