Error when installing kobotoolbox. TypeError: kwargs_from_env() got an unexpected keyword argument 'ssl_version'

Dear Team.
I have been having this error while installing kobotoolbox “TypeError: kwargs_from_env() got an unexpected keyword argument ‘ssl_version’”. I cannot figureout why. please assist.

Please see full issue below:

Cloning into ‘/home/kobo/kobo-docker’…
remote: Enumerating objects: 4436, done.
remote: Counting objects: 100% (732/732), done.
remote: Compressing objects: 100% (364/364), done.
remote: Total 4436 (delta 431), reused 583 (delta 366), pack-reused 3704
Receiving objects: 100% (4436/4436), 2.48 MiB | 2.44 MiB/s, done.
Resolving deltas: 100% (2769/2769), done.
Note: switching to ‘2.024.07a’.

You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at ae14664 Upgrade KPI and Kobocat to 2.024.07a
From GitHub - kobotoolbox/kobo-docker: Stack of docker containers to all server-side components of KoBoToolbox (kpi, kobocat, enketo-express).

  • tag 2.024.07a → FETCH_HEAD
    Traceback (most recent call last):
    File “/home/kobo/.local/bin/docker-compose”, line 8, in
    sys.exit(main())
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/main.py”, line 81, in main
    command_func()
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/main.py”, line 200, in perform_command
    project = project_from_options(‘.’, options)
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/command.py”, line 60, in project_from_options
    return get_project(
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/command.py”, line 152, in get_project
    client = get_client(
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/docker_client.py”, line 41, in get_client
    client = docker_client(
    File “/home/kobo/.local/lib/python3.10/site-packages/compose/cli/docker_client.py”, line 124, in docker_client
    kwargs = kwargs_from_env(environment=environment, ssl_version=tls_version)
    TypeError: kwargs_from_env() got an unexpected keyword argument ‘ssl_version’
    An error has occurred

This stalls the installation. Thank you in advance