ModuleNotFoundError No module named cv2

0 votes

I am getting this error;

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-6-0f00429289fe> in <module>
----> 1 import cv2
      2 import os
      3 from keras.models import load_model
      4 import numpy as np
      5 from pygame import mixer
Oct 12, 2020 in Python by anonymous
• 8,910 points
4,123 views

1 answer to this question.

0 votes

Check if it's installed properly, It will work on python 2.7 or above I believe

answered Oct 12, 2020 by Gitika
• 65,910 points

Related Questions In Python

+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,386 views
0 votes
1 answer

modulenotfounderror: no module named 'cv2'

Firstly, please do run these following commands ...READ MORE

answered Feb 8, 2022 in Python by Soham
• 9,700 points
2,206 views
+1 vote
3 answers
0 votes
1 answer
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,067 views
0 votes
1 answer
+5 votes
6 answers

Lowercase in Python

You can simply the built-in function in ...READ MORE

answered Apr 11, 2018 in Python by hemant
• 5,790 points
3,487 views
+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,575 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,970 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