jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
446 stars 78 forks source link

install-qt-action python fail #207

Closed Snouf-ID closed 9 months ago

Snouf-ID commented 9 months ago
Successfully installed aqtinstall-2.1.0 beautifulsoup4-4.12.2 bs4-0.0.1 certifi-2023.7.22 charset-normalizer-3.2.0 defusedxml-0.7.1 idna-3.4 patch-1.16 requests-2.31.0 semantic-version-2.10.0 soupsieve-2.5 urllib3-2.0.4
C:\hostedtoolcache\windows\Python\3.11.5\x64\python.exe -m aqt install-qt windows desktop 6.4.3 win64_msvc2019_64 --outputdir D:\a\nch3d/Qt --modules core gui widgets gui-private widgets-private concurrent
aqtinstall(aqt) v2.1.0 on Python 3.11.5 [CPython MSC v.1936 64 bit (AMD64)]
Specified Qt version is unknown: 6.4.3.
Some of specified modules are unknown.
The packages ['concurrent', 'core', 'gui', 'gui-private', 'widgets', 'widgets-private'] were not found while parsing XML of package information!
==============================Suggested follow-up:==============================
* Please use 'aqt list-qt windows desktop --modules 6.4.3 <arch>' to show modules available.
Error: Error: The process 'C:\hostedtoolcache\windows\Python\3.11.5\x64\python.exe' failed with exit code 1

If you can help me. I use this action with msbuild / c++.

pzhlkj6612 commented 9 months ago

Hi.

C:\hostedtoolcache\windows\Python\3.11.5\x64\python.exe -m aqt install-qt windows desktop 6.4.3 win64_msvc2019_64 --outputdir D:\a\nch3d/Qt --modules core gui widgets gui-private widgets-private concurrent

Well, it seems that "core gui widgets gui-private widgets-private concurrent" are not installable modules, but built-in modules, so you should not specify any modules.