-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: exception in list-qt for android target #817
Comments
Looks like the Qt maintainers changed the directory structure, again. Incomplete listing of directories at https://download.qt.io/online/qtsdkrepository/linux_x64/android/:
Currently, the following code splits up the folder name on Lines 779 to 786 in 73fc45e
Also see Lines 172 to 197 in 73fc45e
Please also note that this means it is currently impossible to install Qt 6.7.* for Android without using the |
Bug description
Run
aqt list-qt <TARGET> android
. Where<TARGET>
is one oflinux
,mac
,windows
.The command crashes without any useful information provided to the user. Other list-* commands seem to work.
Tested in virtual environment and system-wide pip install which both result in the same behavior.
Expected behavior
A list of Qt versions.
aqt and python version
aqtinstall(aqt) v3.1.18 on Python 3.12.3 [CPython GCC 13.2.0]
Operating System
Linux/Unix
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: