0

easy_installどちらかまたは両方を使用して PyTables をインストールしようとしていますpipが、両方の試行で同じエラーが発生します。

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 パッケージがインストールされていることがわかりました。
  • Cython 0.14.1 パッケージがインストールされていることがわかりました。
  • で HDF5 ヘッダーが見つかりました。/usr/includeライブラリは/usr/libです。
  • で LZO 2 ヘッダーが見つかりました。/usr/includeライブラリは/usr/libです。
  • LZO 2 はすでに見つかっているため、LZO 1 の検出をスキップします。
  • で bzip2 ヘッダーが見つかりました。/usr/local/includeライブラリは/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 の正常なインストールが妨げられる可能性はありますか?

4

1 に答える 1