visual-chatgpt
visual-chatgpt copied to clipboard
No matching distribution found for opencv-contrib-python==4.3.0.36
When I attempted to install related packages with pip
, I encountered an error on both my M2 Mac and Google Colab. It appears that I may need to choose a different version of opencv-contrib-python
?
ERROR: Could not find a version that satisfies the requirement opencv-contrib-python==4.3.0.36 (from versions: 3.4.11.45, 3.4.13.47, 3.4.14.51, 3.4.14.53, 3.4.15.55, 3.4.16.59, 3.4.17.61, 3.4.17.63, 3.4.18.65, 4.4.0.46, 4.5.1.48, 4.5.2.52, 4.5.2.54, 4.5.3.56, 4.5.4.58, 4.5.4.60, 4.5.5.62, 4.5.5.64, 4.6.0.66, 4.7.0.68, 4.7.0.72)
ERROR: No matching distribution found for opencv-contrib-python==4.3.0.36
Cheers!
@realgjl Simply remove the version, I have colab implementation please check this https://github.com/rupeshs/visual-chatgpt/tree/add-colab-support
@realgjl Simply remove the version, I have colab implementation please check this https://github.com/rupeshs/visual-chatgpt/tree/add-colab-support
Thank you! This resolved a part of the issues for me.
@realgjl using pip install opencv-python==4.5.1.48
. And I already implement the Google Colab version and I only choose two models T2I and ImageCaption, everything is fine, you can try it on my Colab notebook, checkout this https://github.com/K-tang-mkv/visual-chatgpt-googlecolab
change it to 4.4.0.46