brokamp-group / s3

More efficient downloading and usage of files hosted on AWS S3
http://brokamp-group.github.io/s3/
Other
3 stars 2 forks source link

auto install boto3 #1

Closed cole-brokamp closed 3 years ago

cole-brokamp commented 3 years ago

Use something like https://github.com/rstudio/reticulate/blob/14d5c78fc9c2228ce6fbb1b64d5e1dfb9473f5e9/R/miniconda.R#L262-L303 to auto install boto3 instead of requesting user to run R code.

But would this preclude the use of custom python environments?

cole-brokamp commented 3 years ago

Yes, it would. Leave boto3 installation instructions as a suggestion for now to be able to deal with custom python environments in the future in case we have to deal with problems like in https://github.com/geomarker-io/s3/issues/3