Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
This repository was archived by the owner on May 29, 2025. It is now read-only.

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

@keithchambers

Description

@keithchambers

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions