Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

job_collect on windows #211

Open
philipus opened this issue May 15, 2020 · 0 comments
Open

job_collect on windows #211

philipus opened this issue May 15, 2020 · 0 comments

Comments

@philipus
Copy link

the download functionality on windows fails when some directories have blanks included ("Cloud SDK", see below)

the following command

cmd /c C:\Users\User\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gsutil.cmd -m cp -r gs://project/r-cloudml/runs/project_Number/* C:/Users/User/RProjectFolder/runs/project_Number

would fail with

C:\Users\User\AppData\Local\Google\Cloud' is not recognized as an internal or external command, operable program or batch file

it is a windows issue here. It does not like  the directory "Cloud SDK"...  

for cmd  /c you need double quotation...  like

cmd /c ""C:\Users\User\AppData\Local\Google\Cloud SDK\google-cloud-sdk\bin\gsutil.cmd" -m cp -r "gs://project/r-cloudml/runs/project_Number/*" "C:/Users/User/RProjectFolder/runs/project_Number"

did not find the part which need to be changed. when you tell me I can try and commit the solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant