From 65a778cd2e4cd28473f8ee1e4c266b2477a245f0 Mon Sep 17 00:00:00 2001 From: Matteo <93406671+favmatteo@users.noreply.github.com> Date: Fri, 23 Feb 2024 22:32:54 +0100 Subject: [PATCH] Fixed version of protobuf dependency Fixed pip3 installation error: ERROR: Cannot install -r requirements.txt (line 1) and protobuf==3.20.0 because these package versions have conflicting dependencies. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5adb619..7a60a5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ seaborn tqdm psutil opencv-python -protobuf==3.20.0 +protobuf==3.20.3