RylanBot / awesome-hands-control

手势识别进行自定义操控电脑程序 | an application based on gesture recognition for controlling desktop softwares, developed by MediaPipe + Electron + React
MIT License
275 stars 11 forks source link

Prompts "This App Can't Run On Your PC" after Installation on Win10 #4

Closed Ezharjan closed 9 months ago

Ezharjan commented 9 months ago

Environment

  1. Windows 10 (Enterprise) OS
  2. x64 bit
  3. Personal Computer (Laptop)
  4. GPU Memory: 8GB
  5. CPU Count: 2

Issue

  1. Clone source code to try run through npm i met some issues about gyp;
  2. Choose to directly install on Windows 10 OS through this page:
    • Download the application for Windows
    • Choose a customized directory for the installation
    • Installation finished
    • Run the application
    • Resulted error as is mentioned in title

Screenshot

image

Ezharjan commented 9 months ago

I've also tested after closing all the Windows' Software Defenders and Firewalls, but still no use doing so.

RylanBot commented 9 months ago
  1. Did you encounter a failure when running npm install -g node-gyp? Are there specific error screenshots from the installation process available? I've also experienced issues before. If you can offer a more detailed description, I can provide further assistance.
  2. To be honest, 'This App Can't Run On Your PC' is a prompt I'm seeing for the first time. Have you tried running the application as an administrator to see if it succeeds?
Ezharjan commented 9 months ago

Thanks!