miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
893 stars 83 forks source link

Qt Creator 11.0.2 not recognized #703

Closed jeuchi closed 10 months ago

jeuchi commented 10 months ago

Was working before, but they released new version for Qt Creator IDE:

2023-08-14 10:50:06,339 - aqt.main - INFO - installer 17384 aqtinstall(aqt) v3.1.7 on Python 3.11.4 [CPython MSC v.1934 64 bit (AMD64)]
2023-08-14 10:50:06,339 - aqt.helper - DEBUG - helper 17384 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qtcreator_gui/Updates.xml.sha256
2023-08-14 10:50:07,337 - aqt.helper - DEBUG - helper 17384 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qtcreator_gui/Updates.xml.sha256
2023-08-14 10:50:08,138 - aqt.helper - DEBUG - helper 17384 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qtcreator_gui/Updates.xml.sha256
2023-08-14 10:50:08,944 - aqt.helper - DEBUG - helper 17384 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qtcreator_gui/Updates.xml.sha256
2023-08-14 10:50:09,759 - aqt.helper - DEBUG - helper 17384 Attempt to download checksum at https://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qtcreator_gui/Updates.xml.sha256
2023-08-14 10:50:10,573 - aqt.main - ERROR - installer 17384 Failed to locate XML data for the tool 'tools_qtcreator_gui'.
==============================Suggested follow-up:==============================
* Please use 'aqt list-tool windows desktop' to check what tools are available.
ddalcino commented 10 months ago

IIRC, this looks a lot like #578. The sha256 files take around 24 hrs to regenerate after a new version is uploaded; until then, there's not much we can do about this. I recommend trying again tomorrow.

jeuchi commented 10 months ago

Oh okay that makes sense! Thanks.