Error while downloading Qt
-
Hi , While downloading the qt online installer i am getting an error
Network error while downloading 'https://mirrors.cloud.tencent.com/qt/online/qtsdkrepository/all_os/unified_patching/2023-11-21-1039_meta.7z': Error transferring https://mirrors.cloud.tencent.com/qt/online/qtsdkrepository/all_os/unified_patching/2023-11-21-1039_meta.7z - server replied: Forbidden.
After getting this error i downloaded qt offline installer but in that i could find the executable file in it can anyone reply for this?
-
@TejasM said in Error while downloading Qt:
but in that i could find the executable file in it
The file you downloaded is the executable.
To fix the downloading issue: select a different mirror, see "Selecting a mirror for opensource" in https://wiki.qt.io/Online_Installer_4.x
-
-
Try with the following installer command with mirror:
./qt-online-installer-linux-x64-4.8.1_1.run --mirror "https://mirrors.ustc.edu.cn/qtproject"
If you are installing it for windows, use the windows online installer file. Hopefully, it works.