MediaPipeUnityPlugin icon indicating copy to clipboard operation
MediaPipeUnityPlugin copied to clipboard

install problem

Open HEKEPOIU opened this issue 2 years ago • 1 comments

Plugin Version or Commit ID

v0.10.1

Unity Version

2021.3.3f1

Your Host OS

windows 11

Target Platform

UnityEditor, Windows Standalone

[Windows Only] Visual Studio C++ and Windows SDK Version

VS2022 WinSDK VER:10.0.22621.0

[Linux Only] GCC/G++ and GLIBC Version

No response

[Android Only] Android Build Tools and NDK Version

No response

[iOS Only] XCode Version

No response

Command Sequences

open project,and... image

Log

python build.py build --desktop cpu --opencv=cmake -v image

Additional Context

Python 3.10.6 bazel 5.3.0 nuget 6.2.1.2 Opencv 4.6.0

when I follow Installation Guide done every thing I have to do, and unity editor pop up error massage. is it can run on win11?

HEKEPOIU avatar Sep 17 '22 15:09 HEKEPOIU

Update : I install the JAVE SDK, and I happen another problem. bazel crashed due to an internal error. image

HEKEPOIU avatar Sep 18 '22 05:09 HEKEPOIU

Intersting. At least, you should not use python installed by MSYS2, but I don't know the exact cause.

However, I can confirm it can be built on Windows 11 (see GitHub Actions status; it runs on Windows 10, but the configuration is the same essentially), and currently, you don't need to build the plugin on your local machine (cf. https://github.com/homuler/MediaPipeUnityPlugin/issues/696#issuecomment-1211893052), so I close the issue. If you still want to build it on your local machine, see https://github.com/homuler/MediaPipeUnityPlugin/blob/30cd149d191b3ec2c672d420557a879fe528c459/.github/workflows/windows-test.yml

homuler avatar Oct 02 '22 10:10 homuler