Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS hosted "Getting Started with the AWS SDK for Python" page instructs user to install boto vs. boto3 #9

Open
keithchambers opened this issue Oct 25, 2016 · 0 comments

Comments

@keithchambers
Copy link

keithchambers commented Oct 25, 2016

The AWS hosted Getting Started with the AWS SDK for Python (Boto) page instructs the user to run pip install boto, which installs boto-2.43.0-py2.py3-none-any.whl under OSX 10.11.6:

screen shot 2016-10-25 at 4 28 34 pm

Next, when the user runs the sample code, the following error is returned:

$ python s3_sample.py
Traceback (most recent call last):
  File "s3_sample.py", line 16, in <module>
    import boto3
ImportError: No module named boto3

The README file in this project correctly instructs the user to run pip install boto3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant