The SIGILL/core is interesting. Do you see anything on the host dmesg related to the process. Else does it do the same if you run the command through docker invoking a shell. docker -i -t ubuntu ...
I have a default Thonny software on my Raspberry 4 (bought 1 month ago) running under Python 3.7.3, however on the device Python 2.7.16 is also available. I wanted to install few packages - e.g.: ...
Replace “python” with “python3” for installing Python 3.x version. Please note that get-pip.py will also install setuptools and wheel. As I mentioned earlier ...
Making sure pip and setuptools are properly installed is important because they manage package setup. If they are missing or outdated, they can prevent installations. Updating or reinstalling them ...