Hello,
I wanted to use the installation script, and everything was going well until the following Ansible error occurred:
[2/4] Downloading Funkwhale playbook dependencies
Traceback (most recent call last):
File "/root/.local/ansible/bin/ansible-galaxy", line 63, in <module>
import ansible.constants as C
File "/root/.local/ansible/lib/python3.13/site-packages/ansible/constants.py", line 15, in <module>
from ansible.config.manager import ConfigManager, ensure_type, get_ini_config_value
File "/root/.local/ansible/lib/python3.13/site-packages/ansible/config/manager.py", line 29, in <module>
from ansible.module_utils.six.moves import configparser
ModuleNotFoundError: No module named 'ansible.module_utils.six.moves'
How can I correct this error?
Thanks