caffe在make过程中出现[.build_release/tools/extract_features.bin] Error 1或者与libreadline.so.6相关错误解决方法

来源:互联网 发布:安卓卡iphone7在线软件 编辑:程序博客网 时间:2024/06/07 05:17

参考github:https://github.com/BVLC/caffe/issues/985

Some versions of Anaconda seem to come with a bad libm. rm ~/anaconda/lib/libm.* takes care of this by reverting to the system libm.

也就是,当你使用了anaconda的时候,make all之前需要先删除(rm命令)掉这些文件
~/anaconda/lib/libm.*

==========

此外与libreadline.so.6相关的错误基本都是上面这个原因,直接rm掉anaconda中的相关文件就可以了。


0 0
原创粉丝点击