visual-chatgpt
visual-chatgpt copied to clipboard
fix: add opencv-python as required lib
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.
@Moymix PTAL
I had to remove opencv-contrib-python==4.3.0.36
and replace with opencv-python for mines to install. Is this recommended?
Actually opencv-contrib-python
is different from opencv-python
.
So I'd like to keep it.
Close because @chenfei-wu has added opencv-python
into requirement.txt