I am using “Load Python script” and “Invoke Python Script” activities in Python Scope. An error occurred while executing the “Invoke Python Method”.
Scenario 1: Works fine with Python Version 3.10
Scenario 2: Error while using python version 3.11
The pythonenginesessionproperty still shows as “Version=Python_310” in scenario 2. I am not sure how to change this property and resolve the error. For testing I am updating the pythonpath from 310 to 311 during the debug.
Any inputs are appreciated. Thanks

