我首先成功编译了caffe并尝试了MNIST示例。但是当我尝试安装pycaffe时出现了问题。所以我重新安装了caffe。但是这次我收到了编译错误。
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1
输入命令'clang -v'
后Target: x86_64-apple-darwin16.5.0
Thread model: posix
InstalledDir:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
答案 0 :(得分:0)
我发现这是两个版本的python之间的问题。系统默认版本和anaconda版本。你必须确保使用相同的编译和执行。