From ee813b7665badecea27cb063917f5b83c5961f13 Mon Sep 17 00:00:00 2001 From: Michael <m.langguth@fz-juelich.de> Date: Thu, 3 Sep 2020 18:59:36 +0200 Subject: [PATCH] Force pip to install version 4.2.0.34 of opencv-python. Newer versions are incomaptible with currently available protobuf. --- video_prediction_savp/env_setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_prediction_savp/env_setup/requirements.txt b/video_prediction_savp/env_setup/requirements.txt index 4bf2f0b2..173b8a10 100644 --- a/video_prediction_savp/env_setup/requirements.txt +++ b/video_prediction_savp/env_setup/requirements.txt @@ -1,4 +1,4 @@ -opencv-python +opencv-python==4.2.0.34 scipy scikit-image pandas -- GitLab