ys7yoo / BrainCaffe2

Info on installing Caffe 2
0 stars 0 forks source link

[beta] linking pytorch.lib #2

Open ys7yoo opened 5 years ago

ys7yoo commented 5 years ago
[ 73%] Linking CXX shared library ../lib/libcaffe2_gpu.so
[ 79%] Built target caffe2_gpu
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Traceback (most recent call last):
  File "setup.py", line 720, in <module>
    build_deps()
  File "setup.py", line 279, in build_deps
    build_dir='build')
  File "/home/yyoo/src/pytorch/tools/build_pytorch_libs.py", line 248, in build_caffe2
    check_call(['make', '-j', str(max_jobs), 'install'], cwd=build_dir, env=my_env)
  File "/usr/lib/python3.5/subprocess.py", line 581, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', '-j', '12', 'install']' returned non-zero exit status 2