[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-05-17 Thread Mildred
Installing manually python3-docker and python3-packaging from sid seems
to work so far (download the packages and `dpkg -i` them)

https://packages.debian.org/sid/python3-docker
https://packages.debian.org/sid/python3-packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-05-17 Thread Mildred
python3-docker must be upgraded o 6.1.0 at least

https://github.com/docker/docker-py/issues/3113#issuecomment-1536476705

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-05-16 Thread Christian Glodt
I found that I can install the docker-compose-v2 package (it's in
universe), and then use "docker compose",  instead of "docker-compose".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-05-14 Thread fredbcode
No upgrade about this, https://docs.docker.com/compose/install/ is the
only solution ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-03-23 Thread romanow
I think this is actually a bug in python3-compose and is related to a
incompatibility of one of the packages.
https://github.com/docker/docker-py/issues/3113 is the issue upstream.

** Bug watch added: github.com/docker/docker-py/issues #3113
   https://github.com/docker/docker-py/issues/3113

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-03-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: docker-compose (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-03-11 Thread Henri Cook
This can be worked around by installing docker-compose-plugin as on
https://docs.docker.com/compose/install/ and using `docker compose`
instead of `docker-compose`

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2056735] Re: docker.errors.DockerException: Error while fetching server API version: HTTPConnection.request() got an unexpected keyword argument 'chunked'

2024-03-11 Thread Henri Cook
(which I'm aware basically evades this package)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2056735

Title:
  docker.errors.DockerException: Error while fetching server API
  version: HTTPConnection.request() got an unexpected keyword argument
  'chunked'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker-compose/+bug/2056735/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs