From 6da4eea12a8d6f1d1026dcdae7ebd16de18f7632 Mon Sep 17 00:00:00 2001 From: Jayden Date: Mon, 25 Oct 2021 14:15:49 -0400 Subject: [PATCH] docs(common_errors): remove explanation --- COMMON_ERRORS.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/COMMON_ERRORS.md b/COMMON_ERRORS.md index f7e93a2..a57341c 100644 --- a/COMMON_ERRORS.md +++ b/COMMON_ERRORS.md @@ -4,8 +4,6 @@ Below will contain sets of errors that you might get running zspotify. Below wil ## AttributeError: module 'google.protobuf.descriptor' has no attribute '\_internal_create_key -_Answer:_ +_Answer(s):_ `pip install --upgrade protobuf` - -This error happens due to a potentially outdated version of protobuf, to fix it upgrade protobuf by using pip.