Python 3 in Yocto very slow on Raspberry Pi Python 3 in Yocto very slow on Raspberry Pi python-3.x python-3.x

Python 3 in Yocto very slow on Raspberry Pi


Yocto Python 2 is compiled in optimized mode. Try configuring Python 3 (3.5.3+ I think) with ./configure --enable-optimizations as also discussed here.