openpose
openpose copied to clipboard
installation problem make install -j'nproc'
CMake Error in src/caffe/CMakeLists.txt: Imported target "Boost::system" includes non-existent path
"/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
-
The path was deleted, renamed, or moved to another location.
-
An install or uninstall procedure did not complete successfully.
-
The installation package was faulty and references files it does not provide.
CMake Warning at src/caffe/CMakeLists.txt:23 (add_library): Cannot generate a safe runtime search path for target caffe because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Error in src/caffe/CMakeLists.txt: Imported target "Boost::system" includes non-existent path
"/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
-
The path was deleted, renamed, or moved to another location.
-
An install or uninstall procedure did not complete successfully.
-
The installation package was faulty and references files it does not provide.
CMake Warning at src/caffe/test/CMakeLists.txt:29 (add_executable): Cannot generate a safe runtime search path for target test.testbin because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target upgrade_net_proto_text because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target upgrade_net_proto_binary because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target extract_features because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target convert_imageset because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target compute_image_mean because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target upgrade_solver_proto_text because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at tools/CMakeLists.txt:14 (add_executable): Cannot generate a safe runtime search path for target caffe.bin because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at examples/CMakeLists.txt:11 (add_executable): Cannot generate a safe runtime search path for target convert_mnist_siamese_data because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at examples/CMakeLists.txt:11 (add_executable): Cannot generate a safe runtime search path for target convert_mnist_data because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at examples/CMakeLists.txt:11 (add_executable): Cannot generate a safe runtime search path for target classification because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
CMake Warning at examples/CMakeLists.txt:11 (add_executable): Cannot generate a safe runtime search path for target convert_cifar_data because files in some directories may conflict with libraries in implicit directories:
runtime library [libcudnn.so.8] in /usr/lib/x86_64-linux-gnu may be hidden by files in:
/usr/local/cuda-11.2/lib64
Some of these libraries may not be found correctly.
-- Generating done CMake Warning: Manually-specified variables were not used by the project:
CUDA_ARCH_BIN
CMake Generate step failed. Build files cannot be regenerated correctly. make[2]: *** [CMakeFiles/openpose_lib.dir/build.make:107: caffe/src/openpose_lib-stamp/openpose_lib-configure] Error 1 make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/openpose_lib.dir/all] Error 2 make: *** [Makefile:84: all] Error 2
I meet the same warning, have you solved it?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Anyone ever found a solution to this?
Has anyone ended up resolving this?