coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

coiled setup gcp results in FileNotFoundError #262

Closed adrianbeer closed 8 months ago

adrianbeer commented 8 months ago

Using Windows with Python version 3.10.13. gcloud is installed and works in the command line, however coiled setup gcp gives me the following error. It appears to me that subprocess doesn't have access to PATH as shell=False per default, so it can't locate the gcloud command.

image

dchudz commented 8 months ago

Hi Adrian-- sorry about this! We should be able to get that fixed in the next day or two.

dchudz commented 8 months ago

Should have a fix for you tomorrow, Adrian.

dan-blanchard commented 8 months ago

@adrianbeer, we deployed a fix, so please let us know if you still encounter this issue after upgrading the coiled client.

adrianbeer commented 8 months ago

Can confirm that it works now, thanks!