Skip to content

Error due to unspecified csc-mlops version #8

@AgatheZ

Description

@AgatheZ

Problem

When installing csc-mlops without specifying a version, pip downloads an old version that has compatibility issues with the current Docker Python SDK (v6.1.3), resulting in the error:

docker.errors.DockerException: Error while fetching server API version: Not supported URL scheme http+docker

Steps to reproduce

  1. Install dependencies: pip install -r requirements.txt
  2. Run any code that uses docker.from_env() from the csc-mlops package
  3. Observe the http+docker URL scheme error

Proposed solution

Pin the csc-mlops version

Update requirements.txt to specify the current version:

csc-mlops==0.9.23

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions