I was trying something like:
docs.push('file://books.docarray')
And I got the following error:
ImportError: The following required library is not installed: google.protobuf
To install all necessary libraries, run: `pip install "docarray[common]"`
After running pip install docarray[common] and retrying I get the same error. pip list | grep protobuf returns nothing.