issues
search
numeract
/
aws-lambda-r
Using R on AWS Lambda
https://numeract.github.io/aws-lambda-r/
MIT License
51
stars
11
forks
source link
use Python 3.6
#2
Closed
MikeBadescu
closed
6 years ago
MikeBadescu
commented
7 years ago
Problem:
This version uses Python 2.7 and rpy2==2.8.4
Solution:
Switch to Python 3.6
TODO:
[ ] install Python 3.6, pip3, update pip, install rp2 for python 3
[ ] make it work / test with R 3.4.x
MikeBadescu
commented
6 years ago
seems to be working OK
Problem:
Solution:
TODO: