Installing OpenCV 3.2.0 with Python 2.7 in Ubuntu 17.04

740 Views Asked by At

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. errors

1

There are 1 best solutions below

0
On

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).