how to install pandas for aws sam local

Solutions on MaxInterview for how to install pandas for aws sam local by the best coders in the world

showing results for - "how to install pandas for aws sam local"
Noemi
30 Jun 2020
1#How to install pandas for aws sam local
2Step1: Go to build directory of sam(sam-app>.aws-sam>build>HelloWorldFunction)
3Step2: Now hear open terminal. Start installing packages 
4Step3: sam-app/.aws-sam/build/HelloWorldFunction$ pip install pandas -t .
5  # -t is for target directory
6  # . for current directory
7