简体   繁体   English

安装python软件包PyTables 2.4失败

[英]Install python package PyTables 2.4 failure

For some reason, I have to install PyTables 2.4 in Python 2.7, but there always are some problems that I can't solve. 由于某些原因,我必须在Python 2.7中安装PyTables 2.4,但始终存在一些我无法解决的问题。

It shows like below. 它显示如下。 I used Ubuntu OS. 我使用Ubuntu OS。 I have installed the HDF5 and set HDF5_DIR path. 安装报错 我已经安装了HDF5并设置HDF5_DIR路径。 安装报错

I don't know how to handle it. 我不知道该如何处理。 wish you guys can help me. 希望你们能帮助我。 thanks. 谢谢。

It seems that your hdf5 path is incorrect. 您的hdf5路径似乎不正确。 AFAIK, generally, the error -l<libraryName> occur when your symbolic link is broken. AFAIK,通常,当符号链接断开时,将出现错误-l<libraryName> A solution is to ld the library in verbose mode: 一种解决方案是以verbose模式ld库:

 ld -l<libraryName> --verbose

to see where the OS look for library, and make correspond link 看看操作系统在哪里寻找库,并建立相应的链接
See this post (especially dcarrith's answer) for more details. 这个职位(尤其是dcarrith的答案)了解更多详情。

Hope this help! 希望对您有所帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM