查看python版本

python3 -V

python3 --version

opencv版本

python3
import cv2; print(cv2.__version__)