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?
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?