Python project build with git and Teamcity.

Hi ,

 

 I have created a Project  and build using https://www.jetbrains.com/teamcity/tutorials/python-build-configure-test/#

Teamcity i have installed in locally.

Three build steps two for Python and Snyk,

once i try to run the .Build , i am getting the following error:No enabled compatible agents for this build configuration.
Please register a build agent or tweak build configuration requirements.

 

Incompatible agents (1)
None  
host-1
Unmet requirements:
 
  • python3.executable exists
0
2 comments

The unmet requirements tell us there are no agents available that meet the requirements of your build configuration (see Agent Requirements). In this case, it seems your build agent does not have Python3 installed. Make sure you have installed Python3 on your build agent and it has been detected/reported to your TeamCity server. We have information on how the build agent detects Python in our documentation here: Python Executable Settings.

0

Thanks Problem has been resolved

0

Please sign in to leave a comment.