

Create a temporary directory, move into it and run: git clone.To solve this problem, we’ll copy the file from the current location to the expected location: sudo cp /usr/include/x86_64-linux-gnu/python3.5m/pyconfig.h /usr/include/python3.5m/ The first part of the output is the expected location & the second part shows the current location of the config file.

Copy the dev files: python3.5-config -includes The output should be similar to: -I/usr/include/python3.5m -I/usr/include/x86_64-linux-gnu/python3.5m.Install the developer packages for Python3.5: sudo apt-get install python3.5-dev.Update the repository: sudo apt-get updateĭownload the required packages to compile OpenCV: sudo apt-get install build-essential cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev.Here are the instructions I tested successfully and mentioned in the link above: At the latest version it's fixed, try:īut I didn't download dev python and OpenCV, I took directly from github: I have OpenCV version 3.1 on Ubuntu 16.04 LTS to work with Python 3.5.1.
