From 324f5ab5f6f32357f38417508a223527abcaf9f9 Mon Sep 17 00:00:00 2001 From: Cesar Strauss Date: Sat, 2 Sep 2023 08:26:58 -0300 Subject: [PATCH] Fix python-utils version Recent python-utils (pulled by progressbar2) is incompatible with older Python. --- symbiflow-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symbiflow-install b/symbiflow-install index c59c98e..2527cbc 100755 --- a/symbiflow-install +++ b/symbiflow-install @@ -324,8 +324,8 @@ apt-get install -y nodejs npm python-pytest openocd flake8 python3-numpy \ python3-typing-extensions python3-ply pip3 install textx fasm pyjson5 pyyaml tinyfpgab tinyprog pyjson lxml \ - progressbar2 hilbertcurve==1.0.5 python-constraint parameterized \ - yapf==0.26.0 python-sat + python-utils==3.4.5 progressbar2 hilbertcurve==1.0.5 python-constraint \ + parameterized yapf==0.26.0 python-sat cd symbiflow-arch-defs git checkout c2c0f00960baf538eb31e4c42bf5d09dca87bad7 -- 2.30.2