I'am trying to import pinecone but I get the following error :
AttributeError: 'NoneType' object has no attribute 'message_types_by_name'
which is related to :
from google.api import http_pb2 as google_dot_api_dot_http__pb2.
what i've try :
- upgrade protobuf LR
- downgrade protobuf==3.13
- downgrade grpcio==1.30.0
Result of from google.protobuf.internal import api_implementation is: python
Cheers