문제
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
'Programming > General' 카테고리의 다른 글
[YOLOv7] training 중 indices should be either on cpu or on the same device as the indexed tensor (cpu) 에러 발생 해결법 (0) | 2022.12.28 |
---|---|
OPCUA 관련 참고 사이트 (0) | 2022.05.04 |
[General] 공유메모리에 대한 정의 및 사용법 (0) | 2022.04.26 |
[AI] 텍스트만으로 AI가 그림 그리게 하기 (0) | 2021.11.08 |
Windows 10 1903(2019년 5월) 업데이트 시 유의 사항 (0) | 2019.11.07 |