You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
julienmciver
changed the title
After succesfully completing installation, eb init gives the error 'no module found named 'botocore' [Ubuntu 20.04]
After succesfully completing installation, eb init gives the error 'no module found named 'botocore'' [Ubuntu 20.04]
Jun 16, 2021
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?The text was updated successfully, but these errors were encountered: