Open mhorlacher opened 6 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"
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
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: