-
Notifications
You must be signed in to change notification settings - Fork 45
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
Cannot create Composer environments on Mac: Error while fetching server API version: Not supported URL scheme http+docker (docker==6.1.3) #84
Comments
Here is the error I receive when running the Composer instance creation script:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello there,
When attempting to run a local Airflow environment with Composer Local Development CLI tool, I continue to receive the same error when trying to create a local Airflow environment from a Cloud Composer environment.
My development environment is running Python 3.11.9 (a prerequisite) and after installing
composer-local-dev
viapip
, my list can be found in the Appendices. If I run the following Python script usingdocker==6.1.3
:I receive this error:
This is mitigated completely when I use an upgrade version of the docker package within python (e.g., 7.1.0) and the desired output is received; however, the newest version of
docker==7.1.0
is incompatible withcomposer-local-dev
as it requiresdocker=6.*
.I ran the Python script because when creating a Composer instance I encounter the same error. All recommendations to verify that Docker GUI is functioning, sockets, configs, etc. have been checked but to no avail. Here is a breakdown of how I'm creating the Composer instance:
Any assistance would be greatly appreciated!
Appendices
My machine set up:
The text was updated successfully, but these errors were encountered: