pytables installation failed
问题 I do: sudo pip install --upgrade tables I get: /usr/bin/ld: cannot find -lhdf5 collect2: ld returned 1 exit status .. 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. Complete output from command python setup.py egg_info: /usr/bin/ld: cannot find -lhdf5 however: $ echo $HDF5_DIR /opt/hdf5/ $ ls /opt/hdf5/ bin