From df856cc9f20670ade3e84511f0fcbcc11425705d Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Wed, 15 Feb 2023 14:57:10 +0000 Subject: MLIA-814 Specify required Python version exactly There is an issue with Python 3.8.0 that makes it impossible to use MLIA. It is fixed from Python 3.8.1 onwards. https://github.com/python/cpython/issues/82019 Change-Id: I48c0a5f103fb29561be483875ba706928b7e77d1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1abe0d0..d12f863 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ typical setup for MLIA requires: * Ubuntu® 20.04.03 LTS (other OSs may work, the ML Inference Advisor has been tested on this one specifically) -* Python® >= 3.8 +* Python® >= 3.8.1 * Ethos™-U Vela dependencies (Linux® only) * For more details, please refer to the [prerequisites of Vela](https://pypi.org/project/ethos-u-vela/) -- cgit v1.2.1