Description
I got confused because the guide asked for "Sagemaker Studio" but the right options were not present, it seems to have been recently renamed to "Sagemaker Classic"
We should update it to prevent confusion
During the setup I found the following errors:
No matching distribution found for matplotlib==3.8.2
I had to remove the version number
%pip install \
"langchain>=0.0.350" \
"transformers>=4.24,<5" \
sqlalchemy -U \
"faiss-cpu>=1.7,<2" \
"pypdf>=3.8,<4" \
pinecone-client==2.2.4 \
apache-beam==2.52. \
tiktoken==0.5.2 \
"ipywidgets>=7,<8" \
matplotlib \
anthropic==0.9.0
similarly I had to remove the version number for:
ERROR: No matching distribution found for numexpr==2.8.8
Also pysqlite3 just flat out could not be installed, please see bellow:
I saw somewhere online that its just supposed to be included?? So I tried to just comment it out and see if the lab would work...
I will update this ticket after I complete all of the lab sections
I would be happy to provide updates to this code, it would look good for my internal contributions @ Amazon