I run pip3 on a Jetson Nano board which has 4 cores ARM A57 and class 1 sdcard. It is ubuntu 18.04 with nVidia repositories.
pip3 install --user pandas
Takes almost 1 hour! I have to do it multiple times because I'm building an environment over main OS and dockers. (same behavior on ubuntu and docker image)
HTOP shows that only 1 core is used at 100%; 3 others are idling.
I've thought using --user would resume "Building Wheel" process... Any option to get pip3 things go faster? Can I force Pip3 on multiple cores? It seems to be a GCC task.