From fab0c2e594496ebbfd252d24f5af3a2c9e1a2dc9 Mon Sep 17 00:00:00 2001 From: BJ Date: Mon, 6 Feb 2023 21:09:26 +0000 Subject: [PATCH] fixed error by locking version of protobuf: https://stackoverflow.com/questions/72441758/typeerror-descriptors-cannot-not-be-created-directly --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b219f5b..36c1438 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ etcd3 retrying requests +protobuf==3.20.*