anaconda 安装opencv3 安装PIL

一般博客都会让你输入这个命令安装opencv,但因为要,所以网速贼慢,这里我们把网址换成清华开源镜像站的网址

不要输入:conda install --channel https://conda.anaconda.org/menpo opencv3

把网址替换为:https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/

所以应该输入:conda install --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo opencv3

之后就好了


pil只支持python2.7 我的是3.6,查找资料才知道只要安装pillow就可以了。

你可能感兴趣的:(anaconda 安装opencv3 安装PIL)