Closed Archerman888 closed 1 year ago
Try this: pip install opencv-contrib-python
@Archerman888 Have you reinstalled the requirements?
pip install -r requirements.txt
@Archerman888 Have you reinstalled the requirements?
pip install -r requirements.txt
Yes already reinstalled
got a similar error
Rebuild the library by typing
pip uninstall opencv-python
then
pip install opencv-python
worked for me.
Rebuild the library by typing
pip uninstall opencv-python
thenpip install opencv-python
worked for me.
Work for me too, Thank you.