lini1634 / 2020-Capstone-Design

0 stars 2 forks source link

labelImg 설치 에러 고치기 #1

Open lsmdev07 opened 4 years ago

lsmdev07 commented 4 years ago

1. plugin error

this application failed to start because it could not find or load the qt platform plugin windows in "". Reinstalling the application may fix this problem

환경변수 설정하기

시스템 변수의 Path에 아래 경로 넣기

 C:\Users\자기이름\AppData\Local\Programs\Python\Python36\Lib\site-packages\PyQt5

사용자 변수에 변수 이름: QT_QPA_PLATFORM_PLUGIN_PATH, 변수 값에 아래 경로 넣기

C:\Users\자기이름\AppData\Local\Programs\Python\Python36\Lib\site-packages\PyQt5\Qt\plugins\platforms 

2. labelImg 실행 시, 사진 안 나오는 에러

labelImg.py에 아래 코드 추가

from PyQt5 import QtCore
QtCore.QCoreApplication.addLibraryPath('C:\\Users\자기이름\AppData\Local\Programs\Python\Python36\Lib\site-packages\PyQt5\Qt\plugins')