-
-
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
[Bug]: ValueError on aqt install-qt #816
Comments
I'm not super confident I know what's happening here, but:
I am drawing the conclusion that when Python calls out to OpenSSL to make the MD5 for non-security purposes, it fails for security reasons. IMHO this is an issue with Python, not aqtinstall. Go ahead and google "Python", "FIPS" and "multiprocessing"; I'm betting this guy's blog will pop up a lot, suggesting ways to rebuild Python: https://www.gyanblog.com/security/ I'm not sure how to fix this conclusively, but here are some possible workarounds:
Good luck, and please let us know how it went! |
This comment was marked as off-topic.
This comment was marked as off-topic.
I found that Python 3.12 and later improved the multiprocessing with stronger HMAC I think it is worth trying python 3.12 and later. |
Bug description
Produced on my machine when running: /home/runner/.local/bin/aqt install-qt --outputdir ~/Qt linux desktop 6.7.0 linux_gcc_64
Expected behavior
Expected it to install.
aqt and python version
INFO : aqtinstall(aqt) v3.1.18 on Python 3.10.12 [CPython GCC 11.4.0]
Operating System
Linux/Unix
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: