Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
I installed OpenCV and I am not able to find the version of it. I can import cv and it's showing now errors. I am using an ubuntu os.
import cv2 cv2.__version__
AttributeError: module 'cv2' has no attribute 'version'.
pip install opencv-contrib-python
I found the answer guys. I had used the command "pip install opencv-python3" instead of "pip install opencv-python"
Add a comment
pip
opencv-python3
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.
pip install opencv-contrib-python