Dúvida Starts in Backgroud PythonScope

Ao executar uma automação utilizando Python em modo Background ocorre erro do caminho do python da máquina:

message: Verifica se tem processos : O caminho Python especificado não é válido: C:\Users\SERVIÇO LOCAL\AppData\Local\Programs\Python\Python39

Alguém já passou por isso e teria alguma solução?

@thiago_reolon1

Generally when running in background it runs as local users and the path that is mentioned would not exists or so…you might need to explicitly install there or use hardcoded python path values

Cheers

Hi @thiago_reolon1

Register the path i.e “C:\Users\LOCAL SERVICE\AppData\Local\Programs\Python\Python39” in the environment variable panel in your system and check it worked for me .
Hope this helps