-
-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Bug description
Hi,
I'm trying to install commercial Qt 6.8.5 version by providing --email and --pw for aqt to install it via credentials, but it seem to fail due to mac-arm64. I'm running this on GitHub runners, version of macOS running is "latest" meaning it runs macOS 15, arm64. (GitHub runners) . I tried to search for it via aqt list-qt-official mac desktop but i got error from the screenshot.
Note: Before this, i was installing version 6.8.3 via same runner and everything works fine.
Note: I have tried both aqt list-qt-official mac desktop and aqt list-qt-official desktop, same results.
I would appreciate any kind of help which i can get!
Expected behavior
I would expect to get a search results back and to be able to install commercial qt version 6.8.5 on GitHub runner macOS 15, arm64.
aqt and python version
aqt 3.3.0, python 3.14.2
Operating System
MacOS
Relevant log output
Installing collected packages: texttable, brotli, urllib3, soupsieve, semantic-version, pyppmd, pycryptodomex, pybcj, psutil, patch-ng, multivolumefile, inflate64, idna, humanize, defusedxml, charset_normalizer, requests, py7zr, beautifulsoup4, bs4, aqtinstall
Successfully installed aqtinstall-3.3.0 beautifulsoup4-4.14.3 brotli-1.2.0 bs4-0.0.2 charset_normalizer-3.4.4 defusedxml-0.7.1 humanize-4.15.0 idna-3.11 inflate64-1.0.4 multivolumefile-0.2.3 patch-ng-1.19.0 psutil-7.1.3 py7zr-1.1.0 pybcj-1.0.7 pycryptodomex-3.23.0 pyppmd-1.3.1 requests-2.32.5 semantic-version-2.10.0 soupsieve-2.8.1 texttable-1.7.0 urllib3-2.6.2
Checking what architectures are available for Qt 6.8.5...
System architecture: arm64
Python location: /opt/homebrew/bin/python3
Python version: Python 3.14.2
Listing available Qt versions for commercial/official installer...
INFO : aqtinstall(aqt) v3.3.0 on Python 3.14.2 [CPython Clang 17.0.0 (clang-1700.4.4.1)]
ERROR : 'mac-arm64'
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.14/site-packages/aqt/installer.py", line 203, in run
args.func(args)
~~~~~~~~~^^^^^^
File "/opt/homebrew/lib/python3.14/site-packages/aqt/installer.py", line 1033, in run_list_qt_commercial
installer_filename = get_qt_installer_name()
File "/opt/homebrew/lib/python3.14/site-packages/aqt/helper.py", line 150, in get_qt_installer_name
return installer_dict[get_os_arch()]
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'mac-arm64'
ERROR : aqtinstall(aqt) v3.3.0 on Python 3.14.2 [CPython Clang 17.0.0 (clang-1700.4.4.1)]
Working dir: `/Users/runner/work/myproject`
Arguments: `['/opt/homebrew/lib/python3.14/site-packages/aqt/__main__.py', 'list-qt-official', 'desktop', '6.8.5', '--email', '***', '--pw', '***']` Host: `uname_result(system='Darwin', node='sat12-bq166-4fddd090-8219-43de-b3cb-3aa00a796e27-62A9E11AADA6.local', release='24.6.0', version='Darwin Kernel Version 24.6.0: Wed Oct 15 21:12:37 PDT 2025; root:xnu-11417.140.69.703.14~1/RELEASE_ARM64_VMAPPLE', machine='arm64')`
===========================PLEASE FILE A BUG REPORT===========================
You have discovered a bug in aqt.
Please file a bug report at https://github.com/miurahr/aqtinstall/issues
Please remember to include a copy of this program's output in your report.
Error: Process completed with exit code 254.Code of Conduct
- I agree to follow this project's Code of Conduct