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
Preferred solution
Pip install and recompile your pipelines with kfp==2.0.0-beta.16 or kfp==1.8.21 to observe the fix. Recompilation is necessary because the KFP SDK compiler injects the KFP SDK version used for compilation into the pipeline YAML/JSON. This is the same version that will be installed and used at component runtime.
Alternative solutions
Alternatively, if you don't have the Python available for recompilation, you can search and replace
kfp==2.0.0-beta.14 (or whatever your current version is)
with
kfp==2.0.0-beta.16 in your compiled component/pipeline YAML/JSON.
If for some reason you cannot use kfp==2.0.0-beta.16 or kfp==1.8.21, you can manually pip install urllib3<2.0 in your local environment (the one used for authoring/compilation) and in your component at runtime:
Environment
Steps to reproduce
Expected result
A successful import
Materials and Reference
Remove of that
appengine
fromurllib3==2.0.0
: https://github.com/urllib3/urllib3/releases/tag/2.0.0Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: