Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

564
Views
Python: ¿Cómo configurar correctamente boto3 y conectarse a AWS S3?

Caminé a través de lo siguiente:

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

Y se me ocurrió el archivo (pract.py) usando un IDE:

 import boto3 # Let's use Amazon S3 s3 = boto3.resource('s3') for bucket in s3.buckets.all(): print(bucket.name)

Y lo ejecuté, pero encontré el siguiente error a pesar de que instalé el boto3:

 ImportError: No module named boto3

¿Cómo puedo confirmar que todo se ha instalado y configurado correctamente? ¿Cual podría ser el problema?

Gracias de antemano y me aseguraré de aceptar/votar la respuesta.

CUANDO HAGO pip install boto3

ingrese la descripción de la imagen aquí

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Lo instalaste por pip? Ejecute el comando

 pip list

Vea si la lista que se muestra contiene boto3, de lo contrario, puede seguir estas instrucciones:

¿Cómo instalar manualmente un módulo pypi sin pip/easy_install?

para instalar boto3 desde el archivo zip descargado desde este enlace:

https://github.com/boto/boto3

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!