简体   繁体   中英

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.

It shows like below. I used Ubuntu OS. I have installed the HDF5 and set HDF5_DIR path. 安装报错

I don't know how to handle it. wish you guys can help me. thanks.

It seems that your hdf5 path is incorrect. AFAIK, generally, the error -l<libraryName> occur when your symbolic link is broken. A solution is to ld the library in verbose mode:

 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.

Hope this help!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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