From c78ae752bb5052f79431c5cfc60d09a041caf181 Mon Sep 17 00:00:00 2001 From: Any-Winter-4079 <50542132+Any-Winter-4079@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:46:10 +0200 Subject: [PATCH] Fix dlopen err from choices: protobuf<3.20,>=3.9.2 pytorch-lightning==1.7.5 requires protobuf<3.20,>=3.9.2 but 3.19.5 seems to cause dlopen error on some setups. Downgrading to 3.19.4 seems to fix it. --- environment-mac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment-mac.yaml b/environment-mac.yaml index 74cd66ff4b..e0c7b7168d 100644 --- a/environment-mac.yaml +++ b/environment-mac.yaml @@ -32,7 +32,7 @@ dependencies: - omegaconf==2.1.1 - onnx==1.12.0 - onnxruntime==1.12.1 - - protobuf==3.19.5 + - protobuf==3.19.4 - pudb==2022.1 - pytorch-lightning==1.7.5 - scipy==1.9.1