Per your request...
xxx@xxx:~$ python -c "import os; print(os.uname())"
('Linux', 'ubuntu', '5.4.0-1011-raspi', '#11-Ubuntu SMP Fri May 8 07:43:33 UTC 2020', 'aarch64')
I hope this helps you with your programming. Seems I may have stumbled upon a 'bug' of sorts.
Well now that I know it will not work on an ARM system, I guess I shall grab another system that has an intel miniITX motherboard and try again.
Thank you for the clarification.
|