初めて自分の家と他人の家が違う、と意識した時

caffeのインストールにおいてruntestをおこなったところ、以下のようなエラーがでました。

Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.8.16, library is 1.10.1

conda install でhdf5をインストールしなおしても改善されなかったです。。。
また、Makefile.configのpython includeパスとpython libパスをanaconda2からもとに戻すと何故かruntestは成功するのですが、今度はimport caffeでno moduleと表示されてしまいます。
いくら調べても解決策が見つかりません。
ご教授よろしくお願いします。

A 回答 (1件)

いきなりcaffeと言われてもな・・・。



 第三者にもわかるように人工知能のフレームワークの一つcaffeと書いて欲しいところ。

 プラットフォームはどれなのでしょうね?
 Windowsなのでしょうか?

>Windows Caffeインストールメモ
https://qiita.com/SousukeShimoyama/items/d72c306 …

 HDF5 library が要求しているのと一致していないとの警告ですね。


 Ubuntuでのインストール手順についてです。
>Ubuntu 16.04 with CUDA にCaffeをインストール
http://robotics4society.com/2016/06/15/ubuntu160 …
    • good
    • 0
この回答へのお礼

ありがとうございます。

お礼日時:2017/12/04 21:16

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!