Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

562
Vistas
Python: How to properly set up boto3 and connect to AWS S3?

I walked through the following:

http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html https://boto3.readthedocs.io/en/latest/guide/quickstart.html#installation

And came up with the file (pract.py) using an IDE:

import boto3

# Let's use Amazon S3
s3 = boto3.resource('s3')

for bucket in s3.buckets.all():
    print(bucket.name)

And ran it but came across the following error even though I installed the boto3:

ImportError: No module named boto3

How can I confirm everything has been installed and configured correctly? What could be the issue?

Thank you in advance and will be sure to accept/upvote answer

WHEN I DO pip install boto3

enter image description here

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

Did you install via pip? Run the command

pip list

See if the list that is output contains boto3, otherwise, you can follow these instructions:

How to manually install a pypi module without pip/easy_install?

to install boto3 from the zip file downloaded from this link:

https://github.com/boto/boto3

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda