Inflearn brand logo image

Inflearn Community Q&A

spoo794106's profile image
spoo794106

asked

PyQt Tutorial with Examples

No module named 'PyQt5'

Written on

·

538

0

강의 중간까지 잘 따라가고 있었는데

갑자기 이런 오류가 나면서 실행이 안됩니다.

from PyQt5.QtWidgets import QApplication, QWidget, QLabel, QPushButton, QToolTip

ModuleNotFoundError: No module named 'PyQt5'

 

pip uninstall도 하고 다시 설치해도 No module name pyQt5 메시지는 동일하네요.

강의 보고 vscode가 설치했는데

conda까지 설치한 환경에서 교육을 진행해야하는 걸까요?

pyqtGUI

Answer

This question is waiting for answers
Be the first to answer!
spoo794106's profile image
spoo794106

asked

Ask a question