You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered an issue with CI builds using commercial Qt 6.8.2 on macOS. The installation fails because the expected installer file, qt-unified-macOS-x64-online.dmg, is not found. It appears that the installer has been renamed to qt-unified-mac-x64-online.dmg.
INFO : aqtinstall(aqt) v3.2.0 on Python 3.13.1 [CPython Clang 15.0.0 (clang-1500.3.9.4)]
INFO : Downloading Qt installer to /Users/runner/Library/Application Support/aqt/tmp/qt-unified-macOS-x64-online.dmg
ERROR : Commercial installation failed: Failed to download installer: 404 Client Error: Not Found for url: https://download.qt.io/official_releases/online_installers/qt-unified-macOS-x64-online.dmg
ERROR : Failed to download installer: 404 Client Error: Not Found for url: https://download.qt.io/official_releases/online_installers/qt-unified-macOS-x64-online.dmg
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/commercial.py", line 350, in download_installer
response.raise_for_status()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://download.qt.io/official_releases/online_installers/qt-unified-macOS-x64-online.dmg
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/installer.py", line 195, in run
args.func(args)
~~~~~~~~~^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/installer.py", line 707, in run_install_qt_commercial
commercial_installer.install()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/commercial.py", line 314, in install
self.download_installer(installer_path, Settings.qt_installer_timeout)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/commercial.py", line 358, in download_installer
raise RuntimeError(f"Failed to download installer: {e}")
RuntimeError: Failed to download installer: 404 Client Error: Not Found for url: https://download.qt.io/official_releases/online_installers/qt-unified-macOS-x64-online.dmg
ERROR : aqtinstall(aqt) v3.2.0 on Python 3.13.1 [CPython Clang 15.0.0 (clang-1500.3.9.4)]
Working dir: `/Users/runner/work/***/***`
Arguments: `['/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/aqt/__main__.py', 'install-qt-commercial', 'desktop', 'clang_64', '6.8.2', '--outputdir', '/Users/runner/work/***/Qt', '--user', '***', '--password', '***', '--modules', 'qtserialport', 'qtconnectivity', 'qtshadertools', 'qtlottie', 'qtmultimedia']` Host: `uname_result(system='Darwin', node='Mac-1738770673606.local', release='23.6.0', version='Darwin Kernel Version 23.6.0: Fri Nov 15 15:13:40 PST 2024; root:xnu-10063.141.1.702.7~1/RELEASE_ARM64_VMAPPLE', machine='arm64')`
=
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Bug description
Hi,
I've encountered an issue with CI builds using commercial Qt 6.8.2 on macOS. The installation fails because the expected installer file,
qt-unified-macOS-x64-online.dmg
, is not found. It appears that the installer has been renamed to qt-unified-mac-x64-online.dmg.Should the helper.py code be updated accordingly?
Proposed change:
Thanks,
Alex
Expected behavior
Successful download of installer file.
aqt and python version
aqtinstall v3.2.0 on Python 3.13.1
Operating System
MacOS
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: