简体   繁体   中英

Install OpenCV via pip on Python 3.5 64-bit

I tried to install OpenCV, and I couldn't find any suitable pip packages for it. I decided to look online for official documentation on how to install it, and found this . Unfortunately, not only does this documentation only give support for versions using python 2.7, it also says to install OpenCV manually by downloading it from sourceforge rather than using a package manager like pip.

I want to know if there's a better or more official way of installing OpenCV in python 3.5, or failing that, a package in pip I should install instead.

What OS are you on? If it's Windows have a look at

http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv

To properly install the available wheels make sure you have pip version 8 installed.

I tried to install OpenCV, and I couldn't find any suitable pip packages for it. I decided to look online for official documentation on how to install it, and found this . Unfortunately, not only does this documentation only give support for versions using python 2.7, it also says to install OpenCV manually by downloading it from sourceforge rather than using a package manager like pip.

I want to know if there's a better or more official way of installing OpenCV in python 3.5, or failing that, a package in pip I should install instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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