#Modulenotfoundererror: no module named ‘CV2’
when opencv is installed, the error of importerror: no module named CV2 will appear, and the package of CV2 cannot be found
At this time, you can install the expansion pack
pip install opencv-python
#Modulenotfoundererror: no module named ‘CV2’
when opencv is installed, the error of importerror: no module named CV2 will appear, and the package of CV2 cannot be found
At this time, you can install the expansion pack
pip install opencv-python