Skip to content
Advertisement

python script error message ‘unknown column’ – Redhat

My Python script produces unknown column error on redhat 8.5 python 3.6.8. But works without issue on Ubuntu 20.04 with python 3.8.10

Would this be a python or redhat issue? Is it possible to gather more detailed logs?

Link to full script https://github.com/michael-pellegrini/scripts/blob/master/xtime.py

JavaScript

Redhat error message enter image description here

Ubuntu output enter image description here

Advertisement

Answer

Had to clone this repo https://github.com/util-linux/util-linux.git

Then follow this how-to found here.

https://github.com/util-linux/util-linux/blob/next/Documentation/howto-compilation.txt

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement