From 1e81ead82f4ccbfbf626080b22f9a88ef368cc1e Mon Sep 17 00:00:00 2001 From: "Jason McC. Smith" <60195476+omgtechdir@users.noreply.github.com> Date: Sun, 20 Nov 2022 19:00:49 -0800 Subject: [PATCH] Update README.rst --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 571c21e..b4aa44b 100644 --- a/README.rst +++ b/README.rst @@ -6,4 +6,11 @@ A collection of classes to assist with accessing and manipulating Google service - Calendar - Drive -- Sheets \ No newline at end of file +- Sheets + +NOTE: If you are running a version of Python < 3.7, a dependency deep in google's stack requires protobuf, which the current version of requires >3.7 python. + +Instead, manually install the 3.19 version branch of protobuf before attempting to install this package: +```pip3 install protobuf==3.19.6``` + +Then this package will install cleanly.