F

Flyte enables you to build & deploy data & ML pipelines, hassle-free. The infinitely scalable and flexible workflow orchestration platform that seamlessly unifies data, ML and analytics stacks. Explore and Join the Flyte Community!

Errors after upgrading flytekit

Summary

The user upgraded to flytekit >= 1.13.5 and is facing errors with their private remote PyPI server, likely due to a breaking change related to uv. They mention an issue regarding standard pip configuration and encounter an error when using ImageSpec, indicating an unsuccessful installation. The user is unsure if they need to switch to a configuration specific to uv. They are also informed that to retain the old ImageSpec behavior with pip, they can install flytekitplugins-envd and set ImageSpec(builder="envd").

Status
open
Tags
    Source
    #ask-the-community
      t

      thomas316

      10/11/2024

      Thank you! I'll take a look at it.

      t

      thomas316

      10/10/2024

      If you still want to use the old ImageSpec behavior (with pip), you can install pip install flytekitplugins-envd and set ImageSpec(builder="envd")

      t

      thomas316

      10/10/2024

      Are you injecting a pip.conf into the ImageSpec builder?