AttributeError: cython_sources
when installing KFP SDK + running Python components
#9745
Labels
area/sdk
kind/bug
lifecycle/stale
The issue / pull request is stale, any activities remove this label.
Short term fix options
1.8.22
and2.0.1
at the time of writing this)python:3.7
appears to work in some cases)With either option, recompile your components to get the fix.
Useful information
Reproducing
docker run python:3.7 pip install 'kfp==1.8.20'
PASSdocker run python:3.10 pip install 'kfp==1.8.20'
FAILdocker run python:3.10 pip install 'kfp==1.8.22'
PASSdocker run python:3.10 pip install 'kfp>=2.0.0,<3.0.0'
PASSLong term fix
We are nearing completion a change that extracts a KFP runtime package, preventing similar failures for existing components that use prior versions of the KFP SDK (versions we cannot patch once released).
The text was updated successfully, but these errors were encountered: