Bitrise Build Issue Report template
Description of the issue
We use a custom step in our builds that posts results of the build process on the pull request that is was created by. This step is available here: https://github.com/GetintheLoop/bitrise-steps-bitbucket-approver
It stopped working recently saying that “pip: command not found”, even though I have “pip” described as a dependancy and, according to the build log, its installed successfully during step initialization.
Build log
Cloning into ‘/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise635725819/step_src’…
±-----------------------------------------------------------------------------+
| (3) Bitbucket Approver |
±-----------------------------------------------------------------------------+
| id: https://github.com/GetintheLoop/bitrise-steps-bitbucket-approver.git |
| version: master |
| collection: git |
| toolkit: bash |
| time: 2017-11-07T11:45:17-08:00 |
±-----------------------------------------------------------------------------+
| |
e[36mINFOe[0m[11:45:19] * e[32;1m[OK]e[0m Step dependency (pip) installed, available.
/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise635725819/step_src/step.sh: line 4: pip: command not found
Traceback (most recent call last):
File “/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise635725819/step_src/approvePR.py”, line 1, in
import requests
ImportError: No module named requests
| |
±–±--------------------------------------------------------------±---------+
| e[31;1mxe[0m | e[31;1mBitbucket Approver (exit code: 1)e[0m | 4.64 sec |
±–±--------------------------------------------------------------±---------+
| Issue tracker: https://github.com/.../issues |
| Source: https://github.com/… |
±–±--------------------------------------------------------------±---------+