taojy123/KeymouseGo

银河麒麟V10系统无法运行release的linux包,并且从源码打包可执行文件失败

Open

#235 opened on Jun 5, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (875 forks)batch import
help wanted

Repository metrics

Stars
 (5,363 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

操作系统为银河麒麟V10,处理器是Kirin990,linux 4.19.71-14-kr990,其处理器为arm64架构。运行linux包无法运行。并且从源码打包可执行文件失败。 image

$ pip3 install -r requirements-universal.txt
Collecting pynput==1.7.6
  Downloading pynput-1.7.6-py2.py3-none-any.whl (89 kB)
     |████████████████████████████████| 89 kB 780 kB/s 
Collecting pyperclip==1.8.0
  Downloading pyperclip-1.8.0.tar.gz (16 kB)
Collecting pyautogui==0.9.53
  Downloading PyAutoGUI-0.9.53.tar.gz (59 kB)
     |████████████████████████████████| 59 kB 2.9 MB/s 
Collecting future==0.18.3
  Downloading future-0.18.3.tar.gz (840 kB)
     |████████████████████████████████| 840 kB 1.7 MB/s 
ERROR: Could not find a version that satisfies the requirement PySide2==5.15.2.1 (from -r requirements-universal.txt (line 7)) (from versions: none)
ERROR: No matching distribution found for PySide2==5.15.2.1 (from -r requirements-universal.txt (line 7))
$ ./KeymouseGo_v5_1_1-linux 
bash: ./KeymouseGo_v5_1_1-linux:无法执行二进制文件: 可执行文件格式错误

如何在此系统中运行?

Contributor guide