我一直有错误
ERROR:: Could not find a local HDF5 installation
当我在Python中安装表时:
pip install tables
我已经下载并安装了http://continuum.io/downloads,但它没有帮助。我还能尝试解决它吗?
答案 0 :(得分:1)
如果您使用的是anaconda发行版,您可以这样做:
$ conda install pytables
如果需要从pip安装并且已经安装了HDF5库,你可以这样做:
$ HDF5_DIR=/path/to/hdf5 pip install tables
E.g。您可以使用conda安装HDF5并使用上述方法安装pytables,但使用conda会更容易。
答案 1 :(得分:1)
在osx上没有安装anaconda:
brew install homebrew/science/hdf5
pip install tables