help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error when trying to run "docker-compose up"


From: Rodrigo Morales
Subject: Error when trying to run "docker-compose up"
Date: Wed, 17 Jan 2024 14:43:10 -0500

I'm getting the following error when trying to run "docker-compose up"

#+BEGIN_SRC text
$ docker-compose up
/gnu/store/c4k00zq96fx1zpbvpd5yrf7q32f7pgcg-python-paramiko-2.7.2/lib/python3.10/site-packages/paramiko/transport.py:219:
 CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,
Traceback (most recent call last):
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/api/client.py",
 line 214, in _retrieve_server_version
    return self.version(api_version=False)["ApiVersion"]
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/api/daemon.py",
 line 181, in version
    return self._result(self._get(url), json=True)
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/utils/decorators.py",
 line 46, in inner
    return f(self, *args, **kwargs)
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/api/client.py",
 line 237, in _get
    return self.get(url, **self._set_request_timeout(kwargs))
  File "/home/rdrg/.local/lib/python3.10/site-packages/requests/sessions.py", 
line 602, in get
    return self.request("GET", url, **kwargs)
  File "/home/rdrg/.local/lib/python3.10/site-packages/requests/sessions.py", 
line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/rdrg/.local/lib/python3.10/site-packages/requests/sessions.py", 
line 703, in send
    r = adapter.send(request, **kwargs)
  File "/home/rdrg/.local/lib/python3.10/site-packages/requests/adapters.py", 
line 486, in send
    resp = conn.urlopen(
  File 
"/home/rdrg/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", 
line 790, in urlopen
    response = self._make_request(
  File 
"/home/rdrg/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", 
line 496, in _make_request
    conn.request(
TypeError: HTTPConnection.request() got an unexpected keyword argument 'chunked'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File 
"/gnu/store/fjm7a3lib7r7rs33g8r1d2kk7wb86b14-docker-compose-1.29.2/bin/.docker-compose-real",
 line 33, in <module>
    sys.exit(load_entry_point('docker-compose==1.29.2', 'console_scripts', 
'docker-compose')())
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/main.py", 
line 81, in main
    command_func()
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/main.py", 
line 200, in perform_command
    project = project_from_options('.', options)
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/command.py", 
line 60, in project_from_options
    return get_project(
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/command.py", 
line 152, in get_project
    client = get_client(
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/docker_client.py",
 line 41, in get_client
    client = docker_client(
  File 
"/home/rdrg/.guix-profile/lib/python3.10/site-packages/compose/cli/docker_client.py",
 line 170, in docker_client
    client = APIClient(use_ssh_client=not use_paramiko_ssh, **kwargs)
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/api/client.py",
 line 197, in __init__
    self._version = self._retrieve_server_version()
  File 
"/gnu/store/pcb6smd9jr0wjws3n1n87kqqgia4h86w-python-docker-5.0.3/lib/python3.10/site-packages/docker/api/client.py",
 line 221, in _retrieve_server_version
    raise DockerException(
docker.errors.DockerException: Error while fetching server API version: 
HTTPConnection.request() got an unexpected keyword argument 'chunked'
/tmp/a
$ echo $?
1
#+END_SRC

I'm running the following version of docker and docker-compose

#+BEGIN_SRC text
$ docker --version
Docker version 20.10.25, build
$ echo $?
0
$ docker-compose --version
/gnu/store/c4k00zq96fx1zpbvpd5yrf7q32f7pgcg-python-paramiko-2.7.2/lib/python3.10/site-packages/paramiko/transport.py:219:
 CryptographyDeprecationWarning: Blowfish has been deprecated
  "class": algorithms.Blowfish,
docker-compose version 1.29.2, build unknown
$ echo $?
0
#+END_SRC

Note the warning in the code block above that is shown when running
=docker-compose --version=. This warning is the same reported as in the
error in the first code block above.

I tried searching the help-guix mailing list archive, but didn't find
anything relevant. Does anyone know what could be the problem?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]