-
-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountering "Error while fetching server API version: Not supported URL scheme http+docker" #462
Comments
temporary fix it to install |
Having the same issue here! |
This worked for me. |
I had the scheme error, but: pip_install_packages:
- name: requests
version: "2.31.0" Then caused:
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 docker/docker-py#3256? Machine is running ubuntu-22.04. Full traceback pasted below.
Packages:
The text was updated successfully, but these errors were encountered: