Answer the question
In order to leave comments, you need to log in
Why doesn't python 3.6.6 see the opencv library?
I installed opencv on python 3.6.6, in console it is imported:
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD6
4)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import cv2
D:\pyneural>opencv.py
Traceback (most recent call last):
File "D:\pyneural\opencv.py", line 1, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'
Answer the question
In order to leave comments, you need to log in
Check if you are running the same Python, if two are suddenly installed on the system.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question