CMU-Perceptual-Computing-Lab / openpose

OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
https://cmu-perceptual-computing-lab.github.io/openpose
Other
31.16k stars 7.86k forks source link

I cannot find the OpenPose.bin file in the /build/examples/openpose/ directory #1743

Open ErikUden opened 3 years ago

ErikUden commented 3 years ago

Errors

I need the OpenPose.bin file to run PIFuHD and that needs the json joints generation that OpenPose provides. Under their batch_openpose.py file there is a reference to the OpenPose.bin file within the /build/examples/openpose/ directory, which simply doesn't exist for me. I configured OpenPose with CMake without any errors, but during the build process it did have lots of errors regarding Eigen, yet Eigen was also installed correctly.

Type of Issue

  1. OpenPose version: Latest

  2. General configuration:

    • Installation mode: Visual Studio 2019

    • Operating system Windows x64

    • Operating system version Windows 10 (latest)

    • Visual Studio Enterprise 2019

    • 3-D Reconstruction module added Yes

    • Caffe version: Default from OpenPose

    • CMake version Newest (3.19.0-rc3)

    • CUDA version 11.1

    • cuDNN version: v8.0.4.3

    • GPU model RTX 2080 Ti

    • Python version: 3.8.5

    • Numpy version 1.19.3

    • Compiled Library

CMake says that I have an error with "Eigen3" but Eigen3 is installed under \3rdparty\eigen.

The issue is that during the generation process the OpenPose.bin file just does not get created which I need to work with. Any help is appreciated!

This is the configuration output from CMake:

Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.19041.
CMAKE_VERSION = 3.19.0-rc3
Building with CUDA.
eigen_2018_05_23.zip already exists.
Downloading windows dependencies...
opencv_420_v14_15_2020_04_04.zip already exists.
caffe3rdparty_15_2019_03_14.zip already exists.
caffe_15_2020_04_05.zip already exists.
freeglut_2018_01_14.zip already exists.
Windows dependencies downloaded.
${GLUT_LIBRARY} = D:/Programs/OpenPose/openpose/3rdparty/windows/freeglut/lib/freeglut.lib
Adding Example Calibration
Adding Example OpenPoseDemo
Adding Example 1_custom_post_processing
Adding Example 01_body_from_image_default
Adding Example 02_whole_body_from_image_default
Adding Example 03_keypoints_from_image
Adding Example 04_keypoints_from_images
Adding Example 05_keypoints_from_images_multi_gpu
Adding Example 06_face_from_image
Adding Example 07_hand_from_image
Adding Example 08_heatmaps_from_image
Adding Example 09_keypoints_from_heatmaps
Adding Example 10_asynchronous_custom_input
Adding Example 11_asynchronous_custom_input_multi_camera
Adding Example 12_asynchronous_custom_output
Adding Example 13_asynchronous_custom_input_output_and_datum
Adding Example 14_synchronous_custom_input
Adding Example 15_synchronous_custom_preprocessing
Adding Example 16_synchronous_custom_postprocessing
Adding Example 17_synchronous_custom_output
Adding Example 18_synchronous_custom_all_and_datum
Adding Example 1_thread_user_processing_function
Adding Example 2_thread_user_input_processing_output_and_datum
Download the models.
Downloading BODY_25 model...
Model already exists.
Downloading body (COCO) model...
Model already exists.
Downloading body (MPI) model...
Model already exists.
Downloading face model...
Model already exists.
Downloading hand model...
Model already exists.
Models Downloaded.
fatal: not a git repository (or any of the parent directories): .git

pybind11 v2.6.1 dev1
Skipping test_constants_and_functions due to incompatible exception specifications
Downloading Eigen
Building tests with Eigen v3.3.8
Could NOT find Boost (missing: Boost_INCLUDE_DIR) (Required is at least version "1.56")
Configuring done

This is the Generate output from CMake:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
SPINNAKER_LIB
    linked by target "openpose" in directory D:/Programs/OpenPose/openpose/src/openpose
    linked by target "pyopenpose" in directory D:/Programs/OpenPose/openpose/python/openpose

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindCUDA.cmake:1842 (add_library):
  Target "openpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  src/openpose/CMakeLists.txt:21 (cuda_add_library)

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindCUDA.cmake:1842 (add_library):
  Target "openpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  src/openpose/CMakeLists.txt:21 (cuda_add_library)

CMake Error at examples/calibration/CMakeLists.txt:15 (add_executable):
  Target "Calibration" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

CMake Error at examples/calibration/CMakeLists.txt:15 (add_executable):
  Target "Calibration" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?

CMake Error at examples/openpose/CMakeLists.txt:15 (add_executable):
  Target "OpenPoseDemo" links to target "Eigen3::Eigen" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/openpose/CMakeLists.txt:15 (add_executable):
  Target "OpenPoseDemo" links to target "Eigen3::Eigen" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/tutorial_add_module/CMakeLists.txt:17 (add_executable):
  Target "1_custom_post_processing" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_add_module/CMakeLists.txt:17 (add_executable):
  Target "1_custom_post_processing" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "01_body_from_image_default" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "01_body_from_image_default" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "02_whole_body_from_image_default" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "02_whole_body_from_image_default" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "08_heatmaps_from_image" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "08_heatmaps_from_image" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "03_keypoints_from_image" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "03_keypoints_from_image" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "05_keypoints_from_images_multi_gpu" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "05_keypoints_from_images_multi_gpu" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "04_keypoints_from_images" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "04_keypoints_from_images" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "06_face_from_image" links to target "Eigen3::Eigen" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "06_face_from_image" links to target "Eigen3::Eigen" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "14_synchronous_custom_input" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "14_synchronous_custom_input" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "07_hand_from_image" links to target "Eigen3::Eigen" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "07_hand_from_image" links to target "Eigen3::Eigen" but the target
  was not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "09_keypoints_from_heatmaps" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "09_keypoints_from_heatmaps" links to target "Eigen3::Eigen" but the
  target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "10_asynchronous_custom_input" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "10_asynchronous_custom_input" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "11_asynchronous_custom_input_multi_camera" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "11_asynchronous_custom_input_multi_camera" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "12_asynchronous_custom_output" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "12_asynchronous_custom_output" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "13_asynchronous_custom_input_output_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "13_asynchronous_custom_input_output_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "15_synchronous_custom_preprocessing" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "15_synchronous_custom_preprocessing" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "16_synchronous_custom_postprocessing" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "16_synchronous_custom_postprocessing" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "17_synchronous_custom_output" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "17_synchronous_custom_output" links to target "Eigen3::Eigen" but
  the target was not found.  Perhaps a find_package() call is missing for an
  IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "18_synchronous_custom_all_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_cpp/CMakeLists.txt:34 (add_executable):
  Target "18_synchronous_custom_all_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_thread/CMakeLists.txt:16 (add_executable):
  Target "1_thread_user_processing_function" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_thread/CMakeLists.txt:16 (add_executable):
  Target "1_thread_user_processing_function" links to target "Eigen3::Eigen"
  but the target was not found.  Perhaps a find_package() call is missing for
  an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_thread/CMakeLists.txt:16 (add_executable):
  Target "2_thread_user_input_processing_output_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at examples/tutorial_api_thread/CMakeLists.txt:16 (add_executable):
  Target "2_thread_user_input_processing_output_and_datum" links to target
  "Eigen3::Eigen" but the target was not found.  Perhaps a find_package()
  call is missing for an IMPORTED target, or an ALIAS target is missing?

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindPython/Support.cmake:3290 (add_library):
  Target "pyopenpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  D:/Programs/CMake/share/cmake-3.19/Modules/FindPython.cmake:489 (__Python_add_library)
  3rdparty/pybind11/tools/pybind11NewTools.cmake:182 (python_add_library)
  python/openpose/CMakeLists.txt:6 (pybind11_add_module)

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindPython/Support.cmake:3290 (add_library):
  Target "pyopenpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  D:/Programs/CMake/share/cmake-3.19/Modules/FindPython.cmake:489 (__Python_add_library)
  3rdparty/pybind11/tools/pybind11NewTools.cmake:182 (python_add_library)
  python/openpose/CMakeLists.txt:6 (pybind11_add_module)

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindPython/Support.cmake:3290 (add_library):
  Target "pyopenpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  D:/Programs/CMake/share/cmake-3.19/Modules/FindPython.cmake:489 (__Python_add_library)
  3rdparty/pybind11/tools/pybind11NewTools.cmake:182 (python_add_library)
  python/openpose/CMakeLists.txt:6 (pybind11_add_module)

CMake Error at D:/Programs/CMake/share/cmake-3.19/Modules/FindPython/Support.cmake:3290 (add_library):
  Target "pyopenpose" links to target "Eigen3::Eigen" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  D:/Programs/CMake/share/cmake-3.19/Modules/FindPython.cmake:489 (__Python_add_library)
  3rdparty/pybind11/tools/pybind11NewTools.cmake:182 (python_add_library)
  python/openpose/CMakeLists.txt:6 (pybind11_add_module)

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::thin_lto"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/tests/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "Eigen3::Eigen" configuration
  "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::lto" configuration
  "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Release".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::lto" configuration
  "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::windows_extras"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::module"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) in 3rdparty/pybind11/CMakeLists.txt:
  Policy CMP0111 is not set: An imported target missing its location property
  fails during generation.  Run "cmake --help-policy CMP0111" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  IMPORTED_LOCATION not set for imported target "pybind11::pybind11"
  configuration "Debug".
This warning is for project developers.  Use -Wno-dev to suppress it.

Generating done

I hope any of you can read anything out of this! What went wrong during the generation process?

stale[bot] commented 2 years ago

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.