aws / aws-elastic-beanstalk-cli-setup

Simplified EB CLI installation mechanism.
Apache License 2.0
518 stars 227 forks source link

After succesfully completing installation, eb init gives the error 'no module found named 'botocore'' [Ubuntu 20.04] #111

Open julienmciver opened 3 years ago

julienmciver commented 3 years ago

Trying to follow this tutorial, and when I try to enter eb init -p python-3.6 flask-tutorial --region us-east-2 into bash, I get the following error: ModuleNotFoundError: No module named 'botocore' I have installed botocore with pip, as well as seeing that botocore was being installed while following this aws-elasticbeanstalk-cli-setup readme.

I tried to just run the command eb init to see what happened and I got the same error.. How do I fix this?