From 9f627679efc1f420cf8a5822b1898dc2029c2fbe Mon Sep 17 00:00:00 2001 From: mirkobronzi Date: Mon, 21 Aug 2023 10:50:30 -0400 Subject: [PATCH 1/2] trying different version for protobuf --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 843c9ea..e4cf393 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,8 @@ 'tensorboard==2.9.1', 'tqdm==4.64.0', 'torch==1.12.0', - 'torchvision==0.13.0' + 'torchvision==0.13.0', + 'protobuf==3.19.6' ], entry_points={ 'console_scripts': [ From 20f29c9ccd83818fdab067e9b35a364d21dd1048 Mon Sep 17 00:00:00 2001 From: mirkobronzi Date: Mon, 21 Aug 2023 11:07:28 -0400 Subject: [PATCH 2/2] let lightning find the correct tensorbord version --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index e4cf393..bcb89f3 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,9 @@ 'sphinx-rtd-theme==1.0.0', 'sphinxcontrib-napoleon==0.7', 'sphinxcontrib-katex==0.8.6', - 'tensorboard==2.9.1', 'tqdm==4.64.0', 'torch==1.12.0', 'torchvision==0.13.0', - 'protobuf==3.19.6' ], entry_points={ 'console_scripts': [