ImportError: Could not load any of ['hdf5.dll', 'hdf5dll.dll', 'pytables_hdf5.dll'], please ensure that it is installed in the package folder.
卸载3.6.1版本
pip uninstall tables
下载3.4.2和3.5.2版本都报错,下载失败。
最后使用了清华镜像源下载3.7.0版本
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tables
安装成功,也可正确读取hdf文件。