Jun-08-2025, 04:59 PM
Good day. Please help me figure this out. Ubuntu has 2 versions of python (3.6 and 3.9). Pymodbus (2.5.3 and 3.0) are installed via pip. So, when I run the script via the terminal, everything is ok, but when I run it via crontab (I specify to run it via python3.9), it takes the 2.5.3 library. How can I make it take the 3.0 library?
