使用pip工具用国内镜像下载cv2,先进入cmd命令行
pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ opencv-contrib-python
安装pandas,同理在命令行使用命令:
pip install pandas
PS:如果是要在anaconda创建的虚拟环境中安装,记得先利用activate进入虚拟环境再安装
使用pip工具用国内镜像下载cv2,先进入cmd命令行
pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ opencv-contrib-python
安装pandas,同理在命令行使用命令:
pip install pandas
PS:如果是要在anaconda创建的虚拟环境中安装,记得先利用activate进入虚拟环境再安装