Unable to install cv2 on windows

后端 未结 2 1161
生来不讨喜
生来不讨喜 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:23

    pip install opencv-python
    

    you can type this instead of

    pip install cv2 
    

    it also works with anaconda pro

提交回复
热议问题