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 h5py on ppc64le required for keras_app... #20189

Merged
merged 1 commit into from
Jun 22, 2018

Conversation

wdirons
Copy link
Contributor

@wdirons wdirons commented Jun 21, 2018

Recently pip2/3 install keras_applications==1.0.2 was added to
install_pip_packages.sh. This pulls in the dependency h5py which fails
to compile from source on ppc64le. (On x86 h5py is pre-compiled so
it installs just fine). To get h5py to install we need to install
the libhdf5-dev deb package, and symlink the shared libraries to the names
h5py is expecting. Finally we need to include the path to the hdf5.h
header file.

Recently pip2/3 install keras_applications==1.0.2 was added to
install_pip_packages.sh. This pulls in the dependency h5py which fails
to compile from source on ppc64le. (On x86 h5py is pre-compiled so
it installs just fine). To get h5py to install we need to install
the libhdf5-dev deb package, and symlink the shared libraries to the names
h5py is expecting. Finally we need to include the path to the hdf5.h
header file.
@qlzh727 qlzh727 self-assigned this Jun 21, 2018
@qlzh727 qlzh727 requested a review from gunan June 21, 2018 16:04
@kokoro-team kokoro-team removed kokoro:run kokoro:force-run Tests on submitted change labels Jun 22, 2018
@qlzh727 qlzh727 merged commit 3d97492 into tensorflow:master Jun 22, 2018
@wdirons wdirons deleted the install_h5py_on_ppc64le branch September 26, 2018 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants