The cloud build failed and here are the logs:
Status: Downloaded newer image for Python
No such file or directory
I already connected the GitHub repo with the cloud source repo and created a docker image using the artifact registry. So what is the reason for this log error and how to fix it?
@ links to members
Hello @Safi5000 !
You can do the following troubleshooting options:
- Make sure that you correctly configured Mirroring a GitHub repository in Cloud Source Repositories. Also, you can use Cloud Build to connect to a Github repository directly without using Cloud Source Repositories if you’re not using any other CSR’s feature.
- Make sure that you are using a supported python client. If you’re using an end-of-life versions of python, make sure that you update it to a supported version.
- Check if you correctly configured Cloud Build to build and test python applications.
- If the above options don’t work, you can contact Google Cloud Support to further look into your case. Let me know if it helped, thanks!
1 Like