jcarreira / cirrus

Serverless ML Framework
Apache License 2.0
22 stars 9 forks source link

Which python version this code base is targeting? #125

Open photoszzt opened 5 years ago

photoszzt commented 5 years ago

In one file: https://github.com/jcarreira/cirrus/blob/e8ddc2e136ce914964913d5efb900e44e38b3f81/python/frontend/cirrus/cirrus/automate.py#L75 which hints that this repo targets python3 In the other file: https://github.com/jcarreira/cirrus/blob/e8ddc2e136ce914964913d5efb900e44e38b3f81/python/frontend/cirrus/cirrus/lambdas/setup.sh#L3 which hints that this repo targets python2 Is this repo supports both python version? Or only one of them?