Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,552,901
Community Members
 
Community Events
184
Community Groups

Unable to find executable at python. Will try to run it anyway.

I wrote a inline python script using the script task in bamboo. The job will be run on windows so the script has "#!python" as the first line so windows knows its a python script since there isn't an interpreter option.

The script task executes fine and runs all the inline script but outputs the error "Unable to find executable at python. Will try to run it anyway."


How do I get rid of the error?

1 answer

1 vote
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 23, 2018

Instead of having only "#!python", set the full path to the python.exe file like the following:

#!C:\Users\Administrator\AppData\Local\Programs\Python\Python37-32\python.exe

Definitely an option to get rid of the error. I was hoping to get an answer to why Bamboo can't resolve the python via system variables? This case relies on applications having the same install path.

Like Vineesh likes this
Foong
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jul 24, 2018

According to this documentation, this is how shebang works. Bamboo is just running the command in the machine so the error message is thrown by the machine.

As a test, try saving the commands in a file and run the file manually inside the Windows machine through the Command Prompt.

I have same issue in Mac, added the full python path , '/usr/bin/python' still same issue exists

Like schow-lmi3d likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events