首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装PyTables失败

安装PyTables失败
EN

Stack Overflow用户
提问于 2012-02-28 16:08:09
回答 1查看 1.2K关注 0票数 0

我试图使用easy_installpip安装easy_install,但这两次尝试都以相同的错误结束:

error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DNDEBUG=1 -DHAVE_LZO2_LIB=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/H5ARRAY.c -o build/temp.linux-x86_64-2.7/src/H5ARRAY.o -Isrc -DH5_USE_16_API" failed with exit status 1

我安装了所有的依赖项。

发现numexpr 1.4.2包installed.

  • Found Cython0.14.1包installed.

  • Found HDF5标头在/usr/include,库在/usr/lib.

  • Found LZO 2标头在/usr/include,库在/usr/lib.

  • Skipping检测LZO 1,因为LZO 2已经被找到。

  • /usr/local/include找到bzip2标头,在/usr/local/lib.

找到库

但仍有一个警告:

.. WARNING:: Could not find the bzip2 runtime. The bzip2 shared library was *not* found in the default library paths. In case of runtime problems, please remember to install it.

此警告是否可能阻止成功安装PyTables?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2013-02-08 14:55:56

尝试添加以下内容:

代码语言:javascript
复制
-I/usr/include/mpi
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9485447

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档