From 22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 31 Oct 2023 08:20:22 +0100 Subject: Made the side more retro! --- public/aws-eb-pyyaml-fix.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 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 2093d8c..a5d5e34 100755 --- a/public/aws-eb-pyyaml-fix.html +++ b/public/aws-eb-pyyaml-fix.html @@ -1,9 +1,12 @@ -AWS EB PyYAML fix

AWS EB PyYAML fix

note, Sep 18, 2023 on Mitja Felicijan's blog

Recent update of my system completely borked EB CLI on my machine.

I tried installing it with pip install awsebcli --upgrade --user and it failed.

The error was the following.

Collecting PyYAML<6.1,>=5.3.1 (from awsebcli)
   Using cached PyYAML-5.4.1.tar.gz (175 kB)
   Installing build dependencies ... done
@@ -15,7 +18,7 @@ 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