No module named 'cv2.cv2'

前端 未结 5 824
刺人心
刺人心 2021-01-18 17:30

I am a beginner at computers. I use Anaconda python 3.6 in windows 10. I have already installed OpenCV using this command:

         


        
5条回答
  •  悲哀的现实
    2021-01-18 18:14

    I used the answer provided here and it worked.

    By running pip install opencv_python-3.4.5-cp36-cp36m-win_amd64.whl

提交回复
热议问题