question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

document installation on aarch64 + ubuntu

See original GitHub issue

When 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:closed
  • Created 5 years ago
  • Comments:30 (10 by maintainers)

github_iconTop GitHub Comments

4reactions
LucasKrcommented, Feb 10, 2020

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.

1reaction
takluyvercommented, Jun 7, 2019

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. 😕

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found