AWX Installation - Issue with docker-compose

Good Day,

Due to proxy / internet issues I cannot run the following successfully :

pip install docker-compose

Is there a way just to use installed docker compose :

/usr/bin/docker-compose

The error :

TASK [local_docker : Start the containers] ***************************************************************************
[DEPRECATION WARNING]: The ‘docker_service’ module has been renamed to ‘docker_compose’… This feature will be
removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
fatal: [localhost]: FAILED! => {“changed”: false, “msg”: “Unable to load docker-compose. Try pip install docker-compose. Error: Traceback (most recent call last):\n File "/tmp/ansible_docker_service_payload_SSsPSB/main.py", line 475, in \n from compose import version as compose_version\nImportError: No module named compose\n”}

Regards