We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9e84a commit 6af29edCopy full SHA for 6af29ed
ai/aws.md
@@ -119,6 +119,14 @@ pip3 install --upgrade pip
119
pip3 install networkx boto3 streamlit transformers torch pillow
120
```
121
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
130
131
- Enable Amazon Q Developer
132
- In VS Code Server aka browser address `http://the-ec2-ip:8080`
0 commit comments