Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Issue with version of protobuf in google sheets api

I am trying to run the line ‘pip install google-api-python-client’ however I am receiving an error that my protobuf is version 4.12.12 but that it is not compatible. How can I fix this issue?

enter image description here

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

pip install --upgrade protobuf==3.20.3. 3.20.3 is the most recently-published version that will satisfy the requirements of the other libraries and also isn’t a beta/release candidate. You can always check the releases on the package index under the history tab.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading