#実行 pyinstaller --onefile GUI-mediapipe-app.py #エラー Traceback (most recent call last): File "GUI-mediapipe-app.py", line 26, in <module> File "mediapipe/python/solutions/selfie_segmentation.py", line 54, in __init__ File "mediapipe/python/solution_base.py", line 229, in __init__ FileNotFoundError: The path does not exist. [36342] Failed to execute script pose_edge #エラーの原因 Mediapipeライブラリーは、プログラムが実行
