How to install openCV for python 3.6 (64-bit) in windows

后端 未结 2 1054
小鲜肉
小鲜肉 2021-01-15 04:01

I was able to use openCV for 32-bit python however I had to switch to 64-bit to use tensorflow.

I did follow the instructions of from the opencv page here.

H

2条回答
  •  失恋的感觉
    2021-01-15 04:36

    I thought had the same problem after I upgraded to python 3.6.2 64bit architecture. But it turned out that I was installing by..

    pip install cv2
    

    ... on python 3.6.2 x64 instead of..

    pip install opencv-python
    

提交回复
热议问题