I am trying run a python script that is importing clr as below:
import clr
But i am getting the following error while executing the python scripts:
Failed to create a default .NET runtime which would have been "netfx" on this system. Either install a compatible runtime or configure explicitly via 'set_runtime' or the 'PYTHONNET_*' environment variables (see set_runtime_from_env)