How to install cv2? - FlutterQ
https://flutterq.com/how-to-install-cv213.12.2021 · install cv2 For python3 you can simply do pip3 install opencv-python and it will work. Method 1 For python3 you can simply do pip3 install opencv-python and it will work. Method 2 using workon creating virtual environment mkvirtualenv -p python3 opencv Inside the virtual environment. If you are only working with images pip install opencv-python