cloudml icon indicating copy to clipboard operation
cloudml copied to clipboard

Error in strsplit(a, "[.-]") : non-character argument

Open lucie101 opened this issue 5 years ago • 1 comments

Hello after trying to sumbit my R scribt to google cloud platform I always get the following error: Error in strsplit(a, "[.-]") : non-character argument I also tried running my script from a google cloud jupyter notbook out of fear that maybe I did not install something the right way. However I got again the same error. Does anybody of you guys now what Im doing wrong ?

lucie101 avatar Dec 15 '20 15:12 lucie101

Hi, I got the same error! I managed to resolve it by creating a "cloudml.yml" file with the following arguments: trainingInput: runtimeVersion: "2.2" pythonVersion: "3.7"

data-vader avatar Dec 25 '20 19:12 data-vader