pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple 这条命令中,-i https://pypi.tuna.tsinghua.edu.cn/simple指定了使用清华镜像源作为包索引服务器。这样,pip就会从清华镜像源下载并安装opencv-python包。 此外,如果你需要安装特定版本的opencv-python,可以在包名后面添加==和版本号,例如...