visual-chatgpt icon indicating copy to clipboard operation
visual-chatgpt copied to clipboard

fix: add opencv-python as required lib

Open DjangoPeng opened this issue 1 year ago • 3 comments

Facing same issue https://github.com/microsoft/visual-chatgpt/issues/29

I believe that adding the opencv-python library to the requirements.txt file should work.

DjangoPeng avatar Mar 11 '23 06:03 DjangoPeng

@Moymix PTAL

DjangoPeng avatar Mar 11 '23 06:03 DjangoPeng

I had to remove opencv-contrib-python==4.3.0.36 and replace with opencv-python for mines to install. Is this recommended?

quang-m-nguyen avatar Mar 11 '23 20:03 quang-m-nguyen

Actually opencv-contrib-python is different from opencv-python.

So I'd like to keep it.

DjangoPeng avatar Mar 12 '23 09:03 DjangoPeng

Close because @chenfei-wu has added opencv-python into requirement.txt

DjangoPeng avatar Mar 13 '23 14:03 DjangoPeng