AdriaGual / marvel-snap-bot

A computer vision bot made with OpenCV and ADB.
102 stars 26 forks source link

Error after update #27

Closed Archerman888 closed 1 year ago

Archerman888 commented 1 year ago

image

Wibbles790 commented 1 year ago

Try this: pip install opencv-contrib-python

AdriaGual commented 1 year ago

@Archerman888 Have you reinstalled the requirements? pip install -r requirements.txt

Archerman888 commented 1 year ago

@Archerman888 Have you reinstalled the requirements? pip install -r requirements.txt Yes already reinstalled

ZloyPupsic commented 1 year ago

got a similar error image

ZloyPupsic commented 1 year ago

Rebuild the library by typing pip uninstall opencv-python then pip install opencv-python

worked for me.

Archerman888 commented 1 year ago

Rebuild the library by typing pip uninstall opencv-python then pip install opencv-python

worked for me.

Work for me too, Thank you.