Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

[이슈] requrements에 PyQt5 없음 #16

Closed
cha2hyun opened this issue Aug 5, 2021 · 2 comments
Closed

[이슈] requrements에 PyQt5 없음 #16

cha2hyun opened this issue Aug 5, 2021 · 2 comments
Assignees
Labels
bug Something isn't working 해결: 수정 이슈를 인지하여 코드를 수정하였다
Milestone

Comments

@cha2hyun
Copy link

cha2hyun commented Aug 5, 2021

재현 절차

pipenv install
pipenv shell
python qtmain.py

이슈 내용

Traceback (most recent call last):
File "qtmain.py", line 7, in
from PyQt5.QtWidgets import QApplication
ModuleNotFoundError: No module named 'PyQt5'

@cha2hyun cha2hyun added the bug Something isn't working label Aug 5, 2021
@binchoo
Copy link
Owner

binchoo commented Aug 5, 2021

@cha2hyun 이슈 등록 감사합니다.
requirements.txt 파일에 의존 패키지 pyqt5를 반영하겠습니다.

@binchoo binchoo added the 진행중 이슈를 인지하여 코드 개선중 label Aug 5, 2021
@binchoo binchoo added this to the QA 1.0.9 milestone Aug 5, 2021
@binchoo
Copy link
Owner

binchoo commented Aug 5, 2021

pip install -r requirements.txt
python qtmain.py

변경된 requirements.txt로 패키지 설치 수행한 뒤, GUI 노출 확인하였습니다.
master로 머지합니다.

@binchoo binchoo added 해결: 수정 이슈를 인지하여 코드를 수정하였다 and removed 진행중 이슈를 인지하여 코드 개선중 labels Aug 5, 2021
@binchoo binchoo closed this as completed Aug 5, 2021
@binchoo binchoo changed the title requrements에 PyQt5 없음 [이슈] requrements에 PyQt5 없음 Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working 해결: 수정 이슈를 인지하여 코드를 수정하였다
Projects
None yet
Development

No branches or pull requests

2 participants