#1671·openpose

zsh: no such file or directory: ./build/examples/openpose/openpose.bin

Author: ghostCreated Aug 20, 2020Updated Nov 21, 2025
Labelsstale/old

Issue Summary

Steps taken:

  1. cloned the OpenPose git
  2. cloned the 3rdparty/caffe folder as well because it wasn't cloning above
  3. updated OpenPose
  4. installed homebrew
  5. Ran bash scripts/osx/install_deps.sh. for the requirements
  6. Used the Cmake GUI and tried installing caffe from there got: zsh: no such file or directory: ./build/examples/openpose/openpose.bin
  7. As per instructions I uninstalled caffe, and reinstalled through the terminals according to their website. Everything worked fine until I tried make runtest got: make: *** No rule to make target `runtest'. Stop.
  8. built OpenPose with: cd build/ make -jsysctl -n hw.logicalcpu
  9. Ran test: ./build/examples/openpose/openpose.bin --image_dir examples/media/ got: zsh: no such file or directory: ./build/examples/openpose/openpose.bin

no error messages during any part of the process only two warnings during build:

warning: braces around scalar initializer and warning: control may reach end of non-void function

one user commented with a similar issue with no solution here:

https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1270#issuecomment-515393251

Executed Command (if any)

Note: add --logging_level 0 --disable_multi_thread to get higher debug information.

./build/examples/openpose/openpose.bin --image_dir examples/media/

OpenPose Output (if any)

zsh: no such file or directory: ./build/examples/openpose/openpose.bin

Errors (if any)

none

Type of Issue

You might select multiple topics, delete the rest:

  • Compilation/installation error

Your System Configuration

  1. OpenPose version:

Latest GitHub code

  1. General configuration:

    • Installation mode: CMake terminal
    • Operating system : macOS Catalina
  2. 3rd-party software:

    • caffe version: default from OpenPose
    • Cmake 3.18.1
    • opencv version: downloaded using python 3.7
  3. If CPU-only mode issue: 6 core intel i7 16GB memory

Source: CMU-Perceptual-Computing-Lab/openpose