document installation on aarch64 + ubuntu
See original GitHub issueWhen I install:
pip3 install h5py
I am using python 3.6 also happen in python 2.7 Ubuntu aarch64 / arm64.
I install:
sudo apt install libhdf5-dev
The include files is on /usr/include/hdf5/serial
and the script lookin in /usr/include
the compiler looking for libhdf5.so
but it is libhdf5_serial.so
and it looking for libhdf5_hl.so
but it libhdf5_serial_hl.so
can you change that?
Issue Analytics
- State:
- Created 5 years ago
- Comments:30 (10 by maintainers)
Top Results From Across the Web
How to install ONLYOFFICE Docs on ARM64 devices with ...
This guide describes how to install ONLYOFFICE Docs (ONLYOFFICE Document Server) and all the required dependencies on an ARM64 device with Ubuntu.
Read more >Ubuntu (AArch64) - Installation & Upgrade - Huawei Support
Run the following command to install sudo: apt-get install sudo · Open the /etc/sudoers file: · Append the following content to the configuration...
Read more >Installing ONLYOFFICE Docs on Debian systems for arm64
This guide will show you how to install ONLYOFFICE Docs Enterprise Edition version 7.1 and later on Ubuntu 18.04 or Ubuntu 20.04 for...
Read more >how to make ubuntu install iso file for arm64 machine on x86 ...
To create ARM64 usable chroot you have to copy special QEMU static virtualization executable to it. Use commands below: sudo apt-get install ......
Read more >Installing NGINX Open Source
Installing a Prebuilt Ubuntu Package from the Official NGINX Repository · Install the prerequisites: · Verify that the downloaded file contains the proper...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi everyone,
I had a similar issue working with ARM devices. Try installing h5py using
apt update && apt install -y python3-h5py
.This may help.
I’ve filed #1231 to implement my suggestion. But I don’t know how many use cases it will fix and how many it will break. 😕