-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
bugSomething isn't workingSomething isn't working
Description
A newly installed ansible-content-parser (attempted on 2025-01-27) failed to run with ModuleNotFoundError. From the error message, it seems to be an issue related to newer versions of ansible-lint.
$ ansible-content-parser
Traceback (most recent call last):
File "/var/tmp/work/work/venv/bin/ansible-content-parser", line 5, in <module>
from ansible_content_parser.__main__ import main
File "/var/tmp/work/work/venv/lib64/python3.11/site-packages/ansible_content_parser/__main__.py", line 30, in <module>
from .lint import ansiblelint_main
File "/var/tmp/work/work/venv/lib64/python3.11/site-packages/ansible_content_parser/lint.py", line 28, in <module>
from ansiblelint.color import (
ModuleNotFoundError: No module named 'ansiblelint.color'
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working