Cannot run process (file not found): python

I am trying to run the python script through  Runner type as "Python". It throws error like "Cannot run process (file not found): python"

0
1 comment

Hello,

It seems that there is some issue detecting python on your build agent machine. First we recommend you to check if it is correctly installed. If it is, you might have a PATH issue: If you are trying to run a command/script, you usually need to have it in your path or pass the path to the executable. If the user you are running it with has the proper PATH set up for it, but the user running the teamcity agent doesn't, then it won't be able to run it.

Another possibility is that there is a permissions issue regarding the user account that is being used by the agent, or by python itself.

Please let us know if this helps!

Thank you,

Guilherme

0

Please sign in to leave a comment.