본문 바로가기
Programming/General

QT6 오픈소스 온라인 설치 도중 네트워크 에러가 발생할 때 해결 방법

by MVP 2023. 3. 17.

문제

Windows 환경에서 QT 오픈소스 온라인 설치 도중 다음과 같은 에러가 발생하여 진행이 되지 않았다.


원인

QT 온라인 인스톨러에서 패키지와 메타데이터를 다운로드 해줄 미러사이트를 자동으로 선택해주는데 모종의 이유로 해당 미러를 이용할 수 없을 때 발생하는 문제다.


해결 방법

 미러사이트를 수동으로 설정해주면 된다. 다음의 절차를 따라보자.

1. cmd 실행

2. 인스톨러의 경로로 이동 

3. 다음과 같이 입력 후 명령 실행(installer에 인스톨러 파일 이름을 대신 넣어 주자.)

 

installer(.exe) --mirror http://www.nic.funet.fi/pub/mirrors/download.qt-project.org

 

 


- 참고 사이트

Network Error while downloading... Server replied: Not Found | Qt Forum

 

Network Error while downloading... Server replied: Not Found

Hello, while Qt Online installer retrieve the metadata from the remote repo, it outputs this error: [298956] Warning: Network error while downloading 'https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/tools_maintenance/ 2020-12-03-0501_meta..

forum.qt.io