Open Matthew-McRaven opened 1 day ago
The qt repo directory structure changed again for 6.8.1; source/docs /examples are now at https://download.qt.io/online/qtsdkrepository/all_os/qt/qt6_681_windows_line_endings_src/ and https://download.qt.io/online/qtsdkrepository/all_os/qt/qt6_681_unix_line_endings_src/
The https://download.qt.io/online/qtsdkrepository/all_os/qt/qt6_680_src_doc_examples/ directory we’re using doesn’t exist for 6.8.1 anymore.
Bug description
When attempting to install the source code for Qt 6.8.1 on Linux, it fails to find the Update.xml file.
I am working inside a fresh docker container with python (e.g.,
docker run -it python /bin/bash
). Inside the container, I executepip install aqtinstall
followed byaqt install-src linux 6.8.1
, which leads to the error message reported below.This might be related to #810?
Expected behavior
Installing source code for Qt 6.8.1 should not cause an error.
aqt and python version
v3.1.19 with Python 3.12.4
Operating System
Linux/Unix
Relevant log output
Code of Conduct