前提・実現したいこと
unityとMediapipeを利用してアプリを作りたいと思い、Mediapipeをインストールしたいです。
発生している問題・エラーメッセージ
ERROR: The 'run' command is only supported from within a workspace (below a directory having a WORKSPACE file). See documentation at https://docs.bazel.build/versions/master/build-ref.html#workspace
fatal: destination path 'mediapipe' already exists and is not an empty directory.
該当のソースコード
export GLOG_logtostderr=1 bazel run --define MEDIAPIPE_DISABLE_GPU=1 \ mediapipe/examples/desktop/hello_world:hello_world
git clone https://github.com/google/mediapipe.git cd mediapipe
試したこと
Bazelの再インストール
補足情報(FW/ツールのバージョンなど)
os:macs Big Sur
Bazel:4.0.0
あなたの回答
tips
プレビュー