few-angle-62167
05/19/2025, 10:23 AMpyflyte run --remote --project <flyte-project> --domain <domain> <workflow.py> <test_workflow>
and here is what I got.
error libmamba Could not solve for environment specs
The following package could not be installed
└─ python =3.10 does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs
------
ERROR: failed to solve: process "/bin/sh -c micromamba config set use_lockfiles False && micromamba create -n runtime --root-prefix /opt/micromamba -c conda-forge python=3.10" did not complete successfully: exit code: 1
Any suggestion is greatly appreciated.freezing-airport-6809
freezing-airport-6809
few-angle-62167
05/19/2025, 3:17 PMimage_spec = fl.ImageSpec(
name="say-hello-image",
requirements="uv.lock",
registry=<gcp-artifact-registry>
)
few-angle-62167
05/21/2025, 9:53 AMbuilder_config={"micromamba_image": "mambaorg/micromamba:2.1-debian12-slim"}
However, it seems that this parameter is not included in version 1.15.4 yet, so I decided to change this value located in flytekit library and get it to work.
In case you face the same problem as me, I hope this one helps you a bit.