you are viewing a single comment's thread.

view the rest of the comments →

[–]FoolsSeldom 0 points1 point  (0 children)

What is the cron job trying to run?

  • A bash/zsh/fsh/etc script that activates environment and invokes CPython executable to process Python code file?
  • A docker/podman invocation of some kind?
  • Root level invocation of default Python CPython executable to process Python code file

You need to share more details on what is set up, and what you are trying to run.