infstellar / python-git-program-launcher

A python program, designed to automatically install and launch git-based managed python programs in a simple way.
GNU General Public License v3.0
143 stars 23 forks source link

win11启动器打开后报错,找不到win32gui #36

Closed SignalFlag closed 1 day ago

SignalFlag commented 9 months ago

QQ截图20231006125226 如图所示,无法安装win32 gui。

SignalFlag commented 9 months ago

2023-10-06.log

frg666 commented 8 months ago

Same problem

jackyliu16 commented 8 months ago

Some problems in Windows 10 (intel)

Could be solve by run \PGPL-2.2.0\toolkit\python\3.7.6_GIA_Launcher_Download_Lib\python.exe -m pip install pypiwin32 I GUESS, which right now I was choking in installation of PyQt5-sip Same operation when psutil, numpy, cv2, opencv-python, pillow, loguru, giadep, giaocr, giayolo, pywebio ...

You could see requirement for more details information.

By the ways, using the python.exe from \python\3.7.6_GIA_Launcher_Download_Lib\python.exe with pip install -r requirement.txt

jackyliu16 commented 8 months ago

I have tried the portable method, but I couldn't solve the problem of PyQt5-sip. It seems the reason is related to the INCLUDE folder not existing in the current version.

  1. I have fully clone genshin_impact_assistant repo, and git submodule init; git submodule update;
  2. I have installation and setting as PATH of the same version as this portable method provided, which is 3.7.6.
  3. Just run installer_setup.py and genshin_assistant.py it will open a web.

image

我尝试过使用这个帮助工具,但我不能解决PyQt 5-sip的问题。 原因似乎与当前版本中不存在的INCLUDE文件夹有关。 1.我完全克隆了genshin_impact_assistant repo,以及git submodule init; git submodule update; 2.我安装了3.7.6的python,并且设置他作为了环境变量。 3.只要运行installer_setup.pygenshin_assistant.py,它将打开一个网站。

frg666 commented 8 months ago

I have tried the portable method, but I couldn't solve the problem of PyQt5-sip. It seems the reason is related to the INCLUDE folder not existing in the current version.

1. I have fully clone [genshin_impact_assistant](https://github.com/infstellar/genshin_impact_assistant) repo, and `git submodule init; git submodule update;`

2. I have installation and setting as PATH of the same version as this portable method provided, which is 3.7.6.

3. Just run `installer_setup.py` and `genshin_assistant.py` it will open a web.

image

我尝试过使用这个帮助工具,但我不能解决PyQt 5-sip的问题。 原因似乎与当前版本中不存在的INCLUDE文件夹有关。 1.我完全克隆了genshin_impact_assistant repo,以及git submodule init; git submodule update; 2.我安装了3.7.6的python,并且设置他作为了环境变量。 3.只要运行installer_setup.pygenshin_assistant.py,它将打开一个网站。

yes ,i cant install PyQt5-sip too

jackyliu16 commented 8 months ago

@frg666 maybe you could try the ways that I provide.

jllobvemy commented 8 months ago

将source/util.py 中的 image 改为 image 可以解决

infstellar commented 7 months ago

可能由于pyqt5无法编译引起,已修复

infstellar commented 7 months ago

fixed in 1.0.0.1159

sanyueqi520 commented 6 months ago

我win10也碰到这个问题了,下载的是最新版本

sanyueqi520 commented 6 months ago

我win10也碰到这个问题了,下载的是最新版本

并未解决

infstellar commented 6 months ago

我win10也碰到这个问题了,下载的是最新版本

试试 https://github.com/infstellar/python-git-program-launcher/releases/tag/v2.4.0.beta-1 如果还不能解决,发一下日志源文件

warning-Kirov-reporting commented 1 month ago

2024-05-27.log 屏幕截图 2024-05-27 200258 使用正式版最新版仍然有一样的报错,但是使用2.4.0 beta1出现这个报错

换了台电脑,还是beta版本,网络问题解决了,但是仍然出现题主报错 2024-05-27.log

屏幕截图 2024-05-27 231335

infstellar commented 1 day ago

2024-05-27.log 屏幕截图 2024-05-27 200258 使用正式版最新版仍然有一样的报错,但是使用2.4.0 beta1出现这个报错

换了台电脑,还是beta版本,网络问题解决了,但是仍然出现题主报错 2024-05-27.log

屏幕截图 2024-05-27 231335

修好了