Hi, I attempted an install using the command curl -L https://umbrel.sh | bash. The install errored out with the message:
Starting Docker services...
Traceback (most recent call last):
File "/usr/local/bin/docker-compose", line 8, in <module>
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/compose/cli/main.py", line 81, in main
command_func()
File "/usr/local/lib/python3.10/dist-packages/compose/cli/main.py", line 200, in perform_command
project = project_from_options('.', options)
File "/usr/local/lib/python3.10/dist-packages/compose/cli/command.py", line 60, in project_from_options
return get_project(
File "/usr/local/lib/python3.10/dist-packages/compose/cli/command.py", line 152, in get_project
client = get_client(
File "/usr/local/lib/python3.10/dist-packages/compose/cli/docker_client.py", line 41, in get_client
client = docker_client(
File "/usr/local/lib/python3.10/dist-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'
Failed to start containers
Skipping status update when not on Umbrel OS
I also tried to disable the docker install by executing curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose but that got the same error so it looks like it’s still trying to install using the docker containers.
Thanks!
That’s because the install script is pushing/installing an obsolete version of docker-compose and the system gets confused because docker ships with an updated version of it by default
I was able to fix it from my side by doing
I’m having the same error here, I can’t solve it. I used the tip to uninstall docker-compose but it gives an error saying that I need to install docker-compose…
I removed docker-compose and reinstalled docker-compose - plugin but it says it’s already there.