I am struggling with installing latest version of dlib (http://dlib.net/, v19.17) for Python on the Google Coral Dev Board. It works well with Raspberry Pi 3 B+ (that seems to have exactly the same CPU and amount of RAM), but gets stuck on the Coral Dev Board at 80% (while compiling vector.cpp). This happens when you run running:
python3 setup.py install
I have tried following on Mendel Linux (that Dev Board runs) without any success:
- upgrading the cmake to the latest version,
- changing number of cores that setup.py uses to build dlib
- adding SWAP file
The main difference I have seen between RPI and Coral/Mendel is older versions of cmake and gcc on Mendel.
I have upgraded cmake to the latest version without any success, but have not touched the gcc yet.