How to set up ionic starter aws project

Hi im trying to set up the aws ionic starter project and when i run this “pip install awscli” i get this error : “Could not find a version that satisfies the requirement cli (from versions: )
No matching distribution found for cli”… Please help, Im new to this

Is that the exact error output you are getting?

Yes sorry for the late response. i managed to solve the problem by running “$ pip install --upgrade --user awscli” which i got from the aws documentation

1 Like