我试图使用easy_install或pip安装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.
/usr/include,库在/usr/lib.
/usr/include,库在/usr/lib.
/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?
发布于 2013-02-08 14:55:56
尝试添加以下内容:
-I/usr/include/mpihttps://stackoverflow.com/questions/9485447
复制相似问题