Unable to install cv2 on windows

后端 未结 2 1139
生来不讨喜
生来不讨喜 2020-12-31 02:45

I am trying to install opencv in python on my windows machine but I am unable to do so. I have python 2.7.11::Anaconda 2.4.1 <32-bit>

相关标签:
2条回答
  • 2020-12-31 03:03

    I was able to solve the error ! If you are using python 3 version , sometimes you have to use pip3

    pip3 install opencv-python

    enter image description here

    make sure you are using python 3 , it won't work for python 2

    0 讨论(0)
  • 2020-12-31 03:23
    pip install opencv-python
    

    you can type this instead of

    pip install cv2 
    

    it also works with anaconda pro

    0 讨论(0)
提交回复
热议问题