-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PyArrow dependency broken for TFX #2811
Comments
Investigation shows that TFX has the requirement PyArrow < 0.15, but we somehow get PyArrow 0.15.1 |
Currently observed two failure mode:
This is because in
My guess is that somehow there is another dependency of TFX shadowing the tfx-bsl requirements. Thus one solution can be we pin down the PyArrow version temporarily before TFX 0.21 |
…low#2811) * Update AIX example to use custom explainer spec Signed-off-by: Tommy Li <Tommy.chaoping.li@ibm.com> * Update aix-explainer.yaml * Remove predictor host and http port args --------- Signed-off-by: Tommy Li <Tommy.chaoping.li@ibm.com> Co-authored-by: Dan Sun <dsun20@bloomberg.net>
Temporarily disable TFX test
The text was updated successfully, but these errors were encountered: