Skip to content

Commit 6af29ed

Browse files
authored
Update aws.md
1 parent aa9e84a commit 6af29ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ai/aws.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ pip3 install --upgrade pip
119119
pip3 install networkx boto3 streamlit transformers torch pillow
120120
```
121121

122+
WARNING: There may be a library incompatibility from this install when running
123+
a streamlit web application. A solution that has proven to work is:
124+
125+
126+
```
127+
pip install --upgrade boto3 botocore
128+
```
129+
122130

123131
- Enable Amazon Q Developer
124132
- In VS Code Server aka browser address `http://the-ec2-ip:8080`

0 commit comments

Comments
 (0)