尝试下载 opencv3 时如何修复 Python 版本错误?

How to fix Python version error when trying to download opencv3?

我安装了 Anaconda,并在命令提示符中使用了以下命令:

conda install -c menpo opencv3

哪个 return 造成了这个错误:

UnsatisfiableError: The following specifications were found to be in conflict:
- opencv3 -> python 2.7*
- python 3.6*
Use "conda info<package> to see the dependencies for each package.

我试图找到解决方案 here 但没有成功。我在 Anaconda 上的 python 版本是 3.6。为什么会出现 return 这个错误,我该如何解决?

openCV 目前不支持 Python 3.6。您需要使用不同版本的 Python。

此页面可能有帮助:installing-opencv-on-windows-10-with-python-3-6-and-anaconda-3-6

您似乎需要下载 Python 2 才能使用它。在您的计算机上安装 1 个以上版本的 python 是再好不过的了。但我不会建议 3 的一个以上版本和 2 的一个以上版本,因为那样会让人感到困惑。