Reputation: 8145
I'm trying to run the aws shell on a linux machine. Having installed aws and boto, I'm getting this error:
pkg_resources.DistributionNotFound: boto
but boto is clearly installed, as shown in the pip freeze output. what am I doing wrong?
Upvotes: 0
Views: 109