06 Nov 2024 03:13 PM
Hi,
recently I have developed a python based 2.0 extension. during the monitoring configuration, i am have established that the requirement will be a specific version of the agent ( as a minimum pre-req) and also that python 3.10 should be installed (again, as a minimum pre-req).
I have tried to check for possible failures when installing the agent on a server that has a much lower version of python (3.4), and it worked.
Maybe I misunderstood what I have been told, but I need a clarification on the subject:
does the one agent, is installed with certain python venv in a >=3.10 version? and the extension is not even dependent on the python that is installed on the machine itself ?
Thanks,
Roei
Solved! Go to Solution.
06 Nov 2024 03:21 PM
You are right, OneAgents and ActiveGates have self-contained python versions, so not dependent on the ones installed in those OSs.