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

2024-09-09 Thread Tom Zhou
Hello,

Looks the root cause of this bug is python3-docker, not in the docker-compose, 
and its issue is tracking in bug:
https://bugs.launchpad.net/ubuntu/+source/python-docker/+bug/2065348

I'm setting this bug as Invalid.

Thanks,
Tom Zhou

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

-- 
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-07-30 Thread Tong Sun
> I found that I can install the docker-compose-v2 package (it's in
universe), and then use "docker compose", instead of "docker-compose".

Confirming that Christian Glodt (cglodt)'s solution works for me.

-- 
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-25 Thread dimanne
I am having slightly different issue:

```
 File "/home/dimanne/devel/scripts/man/docker/build.py", line 185, in _build
self._build(configs, item.as_group_name(), "", False)
  File "/home/dimanne/devel/scripts/man/docker/build.py", line 220, in _build
self._tag(name, last_built_image_name)
  File "/home/dimanne/devel/scripts/man/docker/build.py", line 163, in _tag
with docker.APIClient(base_url='unix://var/run/docker.sock') as client:
 ^^^
  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 197, in 
__init__
self._version = self._retrieve_server_version()
^^^
  File "/usr/lib/python3/dist-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'
```

while trying to tag an image from python code:

```
import docker
with docker.APIClient(base_url='unix://var/run/docker.sock') as client:
   client.tag(image=image_to_tag, repository=tag_name, tag='latest', force=True)
```

-- 
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
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