简体   繁体   English

在Windows10中使用python 3.6安装OpenCV 3.2

[英]Installing OpenCV 3.2 with python 3.6 in windows10

I am new in computer vision. 我是计算机视觉的新手。

I am trying to install the opencv library 3.2 with python 3.6 but I followed every tutorial. 我正在尝试使用python 3.6安装opencv library 3.2 ,但是我遵循了每个教程。

However; 然而; I don't know what I've done wrong. 我不知道我做错了什么。 I have installed python 3.6 amd 64 and added it to the PATH ... then I have downloaded the wheel of opencv 3.2 for python 3.6 amd 64 then try to install it using pip . 我已经安装了python 3.6 amd 64并将其添加到PATH ...然后我为python 3.6 amd 64下载了wheel of opencv 3.2wheel of opencv 3.2然后尝试使用pip进行安装。

However, it says that isn't supported in this platform. 但是,它表示此平台不支持。 So, I don't know what to do now. 所以,我不知道该怎么办。 I'm trying to avoid the CMake ... stuff because I find it tough!!! 我试图避免CMake ...东西,因为我觉得很难!

The error mentioned in the prompt 提示中提到的错误

Pip checks whether name of a wheel contains platform specific words Eg. Pip检查车轮名称是否包含平台特定的单词,例如。

ad3‑2.0.2‑cp27‑cp27m‑win32.whl ad3-2.0.2-cp27-cp27m-win32.whl

(python 2.7, windows 32-bit/x86) if I install it on python 3.6 it say it isn't supported on this platform but if I change wheel's name it trys to install it. (python 2.7,Windows 32-bit / x86)如果我在python 3.6上安装它,则说它在此平台上不受支持,但是如果我更改wheel的名称,它将尝试安装它。 Chceck which pip are you really using. Chceck您真正使用的是哪个点。 You can't use x64 wheels on x86 interpreter. 您不能在x86解释器上使用x64轮子。 Some unofficial wheels for windows platform you can find here: http://www.lfd.uci.edu/~gohlke/pythonlibs/ 您可以在以下位置找到一些用于Windows平台的非官方轮子: http : //www.lfd.uci.edu/~gohlke/pythonlibs/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM