创建环境:
conda create -n AICV37 python=3.7
查看环境:
conda env list
激活环境
source activate AICV37
安装软件包
conda install OpenCV
卸载软件包
conda uninstall OpenCV
安装时遇到错误,the following packages are not available from current channels dlib。强制安装
conda install -c conda-forge dlib