Open mhorlacher opened 5 months ago
temporary fix it to install requests
version 2.31.0
- which fixed it for me. Might need a lower version to fix it for you.
Having the same issue here!
temporary fix it to install
requests
version2.31.0
- which fixed it for me. Might need a lower version to fix it for you.
This worked for me.
I had the scheme error, but:
pip_install_packages:
- name: requests
version: "2.31.0"
Then caused:
Error connecting: Error while fetching server API version:
request() got an unexpected keyword argument 'chunked'
Presumably:
Not sure why fix isn't there, but downgrading again resolved that issue:
pip_install_packages:
- name: requests
version: "2.29.0"
I'm using version 7.2.0 - I imagine this is related to this issue https://github.com/docker/docker-py/issues/3256? Machine is running ubuntu-22.04. Full traceback pasted below.
Packages: