ModuleNotFoundError No module named pyQt5

0 votes
from pyQt5.QtWidgets import *


def window():
    app*QApplication([])

    wig = Qwidget()

    wig.show()
    app.exec ()


if __name__ == "__main__":
    window()








C:\Users\HP\Documents\EDUREKA\venv\Scripts\python.exe C:/Users/HP/Documents/EDUREKA/PYQT5.py
Traceback (most recent call last):
  File "C:\Users\HP\Documents\EDUREKA\PYQT5.py", line 1, in <module>
    from pyQt5.QtWidgets import *
ModuleNotFoundError: No module named 'pyQt5'

Process finished with exit code 1

Oct 8, 2021 in Python by anonymous
• 120 points
900 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Python

+1 vote
3 answers
+2 votes
3 answers

ModuleNotFoundError: No module named 'Crypto'

The module you’ve installed is different. To install ...READ MORE

answered Aug 20, 2019 in Python by Raman
77,683 views
+2 votes
3 answers

ModuleNotFoundError: No module named 'cv2'

Hi@akhtar, This error may occur if you didn't install ...READ MORE

answered Apr 9, 2020 in Python by MD
• 95,440 points
266,542 views
0 votes
2 answers

ModuleNotFoundError: No module named 'pythoncom' in pyttsx3

even i faced the same problem ...just ...READ MORE

answered Jun 2, 2020 in Python by anonymous
12,989 views
+2 votes
2 answers

ModuleNotFoundError: No module named 'pyttsx3

Hi@akhtar, To avoid this error you have to ...READ MORE

answered Apr 24, 2020 in Python by MD
• 95,440 points
27,557 views
0 votes
1 answer

ModuleNotFoundError: No module named 'Foundation'

Hi@akhtar, By default Foundation module comes with Anaconda ...READ MORE

answered Apr 24, 2020 in Python by MD
• 95,440 points
3,592 views
0 votes
2 answers

ModuleNotFoundError: No module named 'folium'

Following Command install it will work: conda install ...READ MORE

answered Aug 28, 2020 in Python by Sunil Patil
12,541 views
0 votes
2 answers

ModuleNotFoundError: No module named 'apyori'

apriori is python 2.7 module so this ...READ MORE

answered Jun 9, 2020 in Python by sahil
• 580 points
16,512 views
0 votes
1 answer

ModuleNotFoundError: No module named 'pyperclip

Hi@akhtar, You may get this error if this ...READ MORE

answered Jun 23, 2020 in Python by MD
• 95,440 points
4,949 views
0 votes
1 answer

ModuleNotFoundError: No module named 'torch'

Hi@akhtar, It seems you don't have a torch ...READ MORE

answered Jun 24, 2020 in Python by MD
• 95,440 points
8,657 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP