From 60a7b16aa1e4cb4eaca6072584b893968f23eb3f Mon Sep 17 00:00:00 2001 From: David Marx Date: Mon, 3 Apr 2023 13:41:16 -0700 Subject: [PATCH] force upgrade protobuf, closes #126 and #124 --- Video_Killed_The_Radio_Star_Defusion.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Video_Killed_The_Radio_Star_Defusion.ipynb b/Video_Killed_The_Radio_Star_Defusion.ipynb index cc89f10..3c02303 100644 --- a/Video_Killed_The_Radio_Star_Defusion.ipynb +++ b/Video_Killed_The_Radio_Star_Defusion.ipynb @@ -134,7 +134,10 @@ "!sudo apt -qq install git-lfs\n", "!git config --global credential.helper store\n", "\n", - "!pip install panel prefetch_generator" + "!pip install panel prefetch_generator\n", + "\n", + "!pip uninstall -y protobuf\n", + "!pip install protobuf==4.22.1" ] }, {