Open alex5105 opened 1 month ago
This issue happens when running the application as an unprivileged user. It seems related to the need for admin rights when accessing this file. The issue also occurs when running in development mode as an unprivileged user.
Potential solutions might involve adjusting permissions or rethinking the way the package is bundled in the build process.
working on a MRE https://gist.github.com/willwade/7cadb98d9590b9aac71aa3e76f4f2f5d
While compiling FaceCommander using Nuitka, an issue occurs with the mediapipe package. Specifically, an ImportError is raised due to permission issues when trying to load the
_framework_bindings.pyd
file. The error message is: