rapid-battery-31499
05/20/2025, 8:43 PMImage <http://europe-west4-docker.pkg.dev/mb-adas-2015-p-a4db/playground/flytekit:lIxsRtHOS2hCPEvW1wGs1A|europe-west4-docker.pkg.dev/mb-adas-2015-p-a4db/playground/flytekit:lIxsRtHOS2hCPEvW1wGs1A> not found. building...
AttributeError: 'ImageSpec' object has no attribute 'python_exec'
I am trying to build the image using the following snippet of code:
# Create the image for pandas using ImageSpec
pandas_image_spec = ImageSpec(
builder="envd",
base_image=ContainerImage.PYTHON_3_10.value,
packages=["pandas", "numpy", "pyarrow", "fastparquet"],
apt_packages=["git"],
env={"Debug": "True"},
registry=REGISTRY,
)
How can I solve this issue ?echoing-account-76888
05/21/2025, 1:19 PMpython_exec
field in ImageSpec is added in flytekit 1.15.0