You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KFP SDK version: sdk-v2.4.0, the latest sdk version as well as on top of master branch
Steps to reproduce
build pipeline with a deprecated package encounter error.
File "/usr/local/lib/python3.11/dist-packages/kfp/deprecated/dsl/_component_bridge.py", line 29, in <module>
from kfp.deprecated.dsl import component_spec as dsl_component_spec
File "/usr/local/lib/python3.11/dist-packages/kfp/deprecated/dsl/component_spec.py", line 21, in <module>
from kfp.deprecated.dsl import type_utils
File "/usr/local/lib/python3.11/dist-packages/kfp/deprecated/dsl/type_utils.py", line 19, in <module>
from kfp.components.types import type_utils
ModuleNotFoundError: No module named 'kfp.components.types'
the module kfp.components.types is moved to kfp.dsl.types during #9710.
Expected result
build without error
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Environment
KFP version: 2.0.4, as well as on top of master
KFP SDK version: sdk-v2.4.0, the latest sdk version as well as on top of master branch
Steps to reproduce
build pipeline with a deprecated package encounter error.
the module
kfp.components.types
is moved tokfp.dsl.types
during #9710.Expected result
build without error
Materials and Reference
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: