bakdata / aws-lambda-r-runtime

Serverless execution of R code on AWS Lambda
https://medium.com/bakdata/running-r-on-aws-lambda-9d40643551a6
MIT License
143 stars 52 forks source link

build.sh chown:illegal group name #52

Open ed-sparkes opened 4 years ago

ed-sparkes commented 4 years ago

Hi,

I am trying to run the build.sh script, it seems to get right to the end ...

Successfully tagged lambda-r:build-3.6.0

but then errors with

chown: myusername: illegal group name

any thoughts

Running on mac

Thanks, Ed

ishanbhagawati commented 4 years ago

this is because on mac os whoami will return your username and there no such groups exist with your username .

I got away with this step by manually typing the default group name 'staff' in place of group names in build.sh scripts