↧
Answer by cmpltrtok for How to use opencv-python on WSL2 Ubuntu20.04
I solved this problem by install opencv-python by pip.$ pip install opencv-pythonBut I don't understand why pip works when conda install opencv does not. If anybody knows the detail, could you give me...
View ArticleHow to use opencv-python on WSL2 Ubuntu20.04
I have just installed a Ubuntu-20.04 on WSL2. And I installed a miniconda env with python 3.7, and then I installed opencv-python by "conda install opencv". But when I try the simplest cv2.imshow, it...
View Article