简体   繁体   中英

Installing OpenCV 3.2.0 with Python 2.7 in Ubuntu 17.04

How can I install OpenCV 3.2.0 with Python 2.7 in Ubuntu 17.04? Is there any proper shell script for it?

I have tried this shell script. But I've got these errors. 错误

This is due to the removal/relocation of stdlib.h in gcc-6. You can install gcc-5 and make it the default compiler (or config the CXX option in Cmake).

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