-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Installing WebAssembly Qt 6.7.0 fails #779
Comments
Looks like for 6.7.0 they moved wasm under Similar issue to docs/examples in #775 |
I made things work here: timangus@5fd08c4
|
Is it reasonable to advice users to specify "all_os" for os_name? If so, does anyone raise hand volunteer to update manual ? |
* AQT android was moved: miurahr/aqtinstall#774 * AQT wasm was moved: miurahr/aqtinstall#779
And please regard my changes with scepticism; I've only hacked away at it to make it work for my particular use case. It's perhaps useful as a basis for fixing the problem properly though. |
Hi @timangus Could you maybe help with this #794 (comment) ? I'm also trying to investigate but the more hands the better |
@vkuznetsovgn at this point I can't really remember tbh, but my fork is still working for my purposes so I guess any insight I can contribute is contained therein. As far as I remember it was just a case of Qt having decided to restructure where all the builds went directory structure wise, and aqtinstall needing modification to account for this. |
this still fails with qt 6.8. I'm using @timangus workaround for now. HOWEVER, his workaround only works for 6.7, i believe the location of the packages changed once more (i'll use 6.7 for now). for anybody visiting, if you use gh pages:
|
Describe the bug
Qt for WebAssembly 6.7.0 fails to install as before, and doesn't appear to be available.
To Reproduce
Steps to reproduce the behavior:
aqt install-qt linux desktop 6.7.0 wasm_multithread --autodesktop
Expected behavior
Qt for WebAssembly 6.7.0 is installed.
aqt
outputDesktop (please complete the following information):
aqt
version: aqtinstall(aqt) v3.1.13 on Python 3.10.12 [CPython GCC 11.4.0]Additional context
Valid output of 6.6.3 query, for comparison:
The text was updated successfully, but these errors were encountered: