alert-oil-1341
10/10/2024, 8:09 PMflytekit >= 1.13.5
and are seeing errors while pointing to our private remote pypi server? It seems like the switch to uv
is a breaking change for us(this issue describes our problem of trying to rely on the standard pip config - https://github.com/astral-sh/uv/issues/1404). When we try to use ImageSpec
now we get errors like:
ERROR: failed to solve: process "/bin/sh -c /usr/bin/uv pip install --python /opt/micromamba/envs/runtime/bin/python --index-url <https://pypi.python.org/simple/--extra-index-url> https://{PRIVATE_REPOSITORY_URL}/pypi/pycommon-store/simple/ --requirement requirements_uv.txt" did not complete successfully: exit code: 2
I'm assuming others are using private pypi servers? Do we need to shift away from the standard pip config to uv specific config now?flaky-parrot-42438
10/10/2024, 8:56 PMpip.conf
into the ImageSpec builder?flaky-parrot-42438
10/10/2024, 9:06 PMpip install flytekitplugins-envd
and set ImageSpec(builder="envd")
alert-oil-1341
10/10/2024, 9:19 PMalert-oil-1341
10/11/2024, 2:22 AMflaky-parrot-42438
10/11/2024, 2:21 PM