amazon-bedrock-workshop icon indicating copy to clipboard operation
amazon-bedrock-workshop copied to clipboard

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

Open ken5scal opened this issue 1 year ago • 1 comments

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)

ken5scal avatar Dec 03 '23 14:12 ken5scal

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

govin-pal avatar Dec 20 '23 18:12 govin-pal

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

w601sxs avatar Apr 09 '24 20:04 w601sxs