aws-samples / amazon-bedrock-workshop

This is a workshop designed for Amazon Bedrock a foundational model service.
https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US/20-intro
MIT No Attribution
1.38k stars 591 forks source link

00_Intro bedrock_boto3_setup.ipynb has an error setting up dependencies. #147

Closed ken5scal closed 5 months ago

ken5scal commented 9 months ago

Under Amazon SageMaker Studio Classic with Data Science 2.0/3.0, installation of dependencies always stops at the following step. I have tried to fix dependencies manually, but it wasn't feasible.

step

pip install --no-build-isolation --force-reinstall \
    "boto3>=1.28.57" \
    "awscli>=1.29.57" \
    "botocore>=1.31.57"

result

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
(bunch of dependencies)
govin-pal commented 8 months ago

You can safely ignore those dependency errors. You will see a message after the errors stating that it successfully installed boto3, cli, etc.

w601sxs commented 5 months ago

Closing this; please refer to the latest bedrock workshop update and reopen if still relevant