Reputation: 325
I'm trying to install boto3 for my django project deployed with aws elastic-beanstalk. The library requires that I run as sudo and therefore gives me a permission denied error.
I'm just putting the boto3==1.2.1 in my requirement.txt file.
Thanks!
Upvotes: 0
Views: 167