Skip to content
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

Install libtirpc-devel needed for TF IO package #153

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

npanpaliya
Copy link

@npanpaliya npanpaliya commented Dec 1, 2022

Checklist before submitting

Description

TF IO 0.27.0 failed for P10 due to unavailability of rpc/types.h. This header file is usually provided by Anaconda's compilers. However, for P10 build, we don't use Anaconda's compiler, and instead use Redhat's GCC 11 which doesn't have this header file. This header file is also part of Redhat's libtirpc-devel package. So, we need to install this package in P10 Docker image.

Review process to land

  1. All tests and other checks must succeed.
  2. At least one maintainer must review and approve.
  3. If any maintainer requests changes, they must be addressed.

@npanpaliya
Copy link
Author

I checked this and found that at runtime while importing tensorflow_io we don't need this package.

@npanpaliya npanpaliya merged commit b2f61ea into open-ce:main Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants