Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Failing python job without logs

Hello! I am trying to run a job with a task that 

1. Installs pyenv and python with specific version

2.Installs requirements from requirements.in file

3.Installs runs python script

The problem is that sometimes my job hangs for ~15 minutes on installing python and fails finally. And sometimes the same happens while installing requirements. I tested my scenario on the same machine type and everything worked well, but when I submit job it doesn't

0 2 192
2 REPLIES 2

Ivan__0-1681127727905.png

Logs example on installing python

@Ivan_ From what you described, I suspect this is some configuration issue. Would you be able to give usa minimal reproducible example of the job with the script that we can try?