From ae24d9a8869c497537839f330384cbadb2cf687c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 10:17:43 +0100 Subject: Updated theme --- public/aws-eb-pyyaml-fix.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public/aws-eb-pyyaml-fix.html') diff --git a/public/aws-eb-pyyaml-fix.html b/public/aws-eb-pyyaml-fix.html index f18454e..9ea5c4a 100755 --- a/public/aws-eb-pyyaml-fix.html +++ b/public/aws-eb-pyyaml-fix.html @@ -18,11 +18,11 @@ on my machine.

I tried installing it with pip install awsebcli --upgrade ╰─> [68 lines of output]

To fix this issue with PyYAML you must install PyYAML separately.

Do the following and try installing eb again after.

echo 'Cython < 3.0' > /tmp/constraint.txt
 PIP_CONSTRAINT=/tmp/constraint.txt pip install 'PyYAML==5.4.1'
-

Posts from blogs I follow around the net