Results 1 to 2 of 2

Thread: python- pytables and hdf5

  1. #1
    Join Date
    Mar 2008
    Location
    Nottingham
    Beans
    167
    Distro
    Ubuntu

    python- pytables and hdf5

    Hi,
    I am trying to install pytables, but I need hdf5 installation. The error I get when I try to run setup for pytables is:

    ERROR:: Could not find a local HDF5 installation.
    You may need to explicitly state where your local HDF5 headers and
    library can be found by setting the ``HDF5_DIR`` environment
    variable or by using the ``--hdf5`` command-line option.

    I am not sure how I install/ check set the right variables. I am not even sure if hdf5 is installed.
    I have downloaded the libraries, but I can't seem to find a configure or make script. Also I would first like to check if it is already installed or not.

    Thanks for any help regarding this:
    alea iacta est

  2. #2
    Join Date
    Apr 2009
    Location
    Germany
    Beans
    2,134
    Distro
    Ubuntu Development Release

    Re: python- pytables and hdf5

    why do you want to install it yourself? whats wrong with the package?
    Code:
    apt-cache search pytables
    python-tables - hierarchical database for Python based on HDF5

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •