UnsatisfiableError: The following specifications were found to be in conflict: - opencv3 -> python 2.7* - python 3.6*

Anaconda安装opencv3.1报错:

UnsatisfiableError: The following specifications were found to be in conflict:  - opencv3 -> python 2.7*  - python 3.6*

经过测试知道,Anaconda安装的Python版本为3.6,而通过conda安装Opencv3.1使用的Python版本为3.5.

故先使用:

conda install python=3.5
然后使用:
conda install -c menpo opencv3

可正常安装

posted @ 2020-07-14 10:48  盖世猪猪侠  阅读(7262)  评论(0编辑  收藏  举报