GithubHelp home page GithubHelp logo

Comments (10)

dalupus avatar dalupus commented on August 26, 2024 19

On ubuntu 16.0.4
sudo apt-get install libhdf5-serial-dev hdf5-tools
pip install h5py

from pbcore.

adeslatt avatar adeslatt commented on August 26, 2024 5

update 3/1/2015 (wow -- exactly one year later-- kind of freaky!)

had to do the same thing again but versions change in a year.
wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14.tar
and
export HDF5_DIR=/mnt/hdf5-1.8.14/hdf5
pip install tables
and again... this worked.

from pbcore.

yzhao062 avatar yzhao062 commented on August 26, 2024 2

@dalupus Thanks! This fixes my problem on Ubuntu 14.04.

from pbcore.

marcocamma avatar marcocamma commented on August 26, 2024 1

on Debian stable (8.1)

export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/
pip install h5py
hope it helps,
marco

from pbcore.

adeslatt avatar adeslatt commented on August 26, 2024

Because I am doing a new install on an ubuntu instance that I am using in a starcluster -- I need also to install the HDF5 software from here:
http://www.hdfgroup.org/HDF5/release/obtainsrc.html
./configure the makefile
make the makefile
and likely install
This should fix the issue

from pbcore.

adeslatt avatar adeslatt commented on August 26, 2024

Not pretty -- but I downloaded then the python libraries to go with the hdf5 libraries.

wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12.tar.gz

and

wget https://pypi.python.org/packages/source/h/h5py/h5py-2.2.1.tar.gz

I had to do the following:

export HDF5_DIR=/mnt/hdf5-1.8.12/hdf5/

pip install tables --force

and that worked.

from pbcore.

mjhsieh avatar mjhsieh commented on August 26, 2024

take a look at https://github.com/mjhsieh/buildablesrc/ and see if .travis.yml and Makefile files can help you the next time you do this.

from pbcore.

pengchy avatar pengchy commented on August 26, 2024

Thank you adeslatt, this information is very useful!

from pbcore.

dfz2019 avatar dfz2019 commented on August 26, 2024

@dalupus Thanks a lot! It really saved me, I'm stuck in this problem for several hours without having any clues. This fixes my problem on Raspberry Pi with Raspian system.

from pbcore.

auranprost avatar auranprost commented on August 26, 2024

Same issue here. Here's information on what I am running and how I solved it

OS: CentOS 7
Python Version: 2.7.5 && 2.7.15 && 3.6.0 in a virtualenv

yum update
yum install -y hdf5*
pip install six
pip install numpy
pip install Cython
pip install h5py

from pbcore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.