Maciej Wysocki
05/21/2024, 10:16 AMprefect deploy
. Basically, the error starts with Unable to load step function: prefect_docker.deployments.steps.build_docker_image
, and then an exception is thrown: urllib3.exceptions.URLSchemeUnknown: Not supported URL scheme http+docker
. The final error message is: prefect.deployments.steps.core.StepExecutionError: Encountered error while running prefect_docker.deployments.steps.build_docker_image
. Does anyone know what causes these errors and how to fix them? Have you encountered similar errors? The same code worked perfectly fine yesterday, and we made no changes to the deployment code itself, so I don't think we broke anything.Maciej Wysocki
05/21/2024, 12:13 PMConstantino Schillebeeckx
05/21/2024, 1:30 PMPascal Holy
05/21/2024, 1:59 PMConstantino Schillebeeckx
05/21/2024, 2:02 PMrequests==0.31.0
Pascal Holy
05/21/2024, 2:41 PM