-
-
Notifications
You must be signed in to change notification settings - Fork 94
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]: install-src fails for 6.8.x #887
Comments
Could not reproduce the bug, Windows 11 (.venv) PS C:\Work\perso\github\aqtinstall> python -m aqt install-src windows 6.8.1
INFO : aqtinstall(aqt) v3.2.0 on Python 3.13.0 [CPython MSC v.1941 64 bit (AMD64)]
INFO : Downloading qtdoc...
INFO : Downloading qt5compat...
...
INFO : Finished installation
INFO : Time elapsed: 23.35940840 second PS C:\Work\perso\github test\aqtinstall> .\dist\aqt.exe install-src windows 6.8.1
INFO : aqtinstall(aqt) v3.2.0 on Python 3.13.0 [CPython MSC v.1941 64 bit (AMD64)]
INFO : Downloading qtsvg...
INFO : Downloading qt5compat...
...
INFO : Finished installation
INFO : Time elapsed: 50.29268400 second |
You are using python 3.10 though, update it (3.12+) and retry. Also see this More easily, you can use the standalone binary (aqt.exe): https://github.com/miurahr/aqtinstall/releases aqt.exe install-src windows 6.8.1 |
Minimum supported version as per readme is 3.9. I've updated to latest 3.13 and experience same error.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Try running
aqtinstall install-src windows 6.8.1
.Expected behavior
.
aqt and python version
aqtinstall(aqt) v3.2.0 on Python 3.10.7 [CPython MSC v.1933 64 bit (AMD64)]
Operating System
Windows
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: